We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The path generated in the include script is wrong
as you can see in the appveyor build:
i repro'd locally, but cannot atm, dunno what is the exact combination
For now is long, sry
.paket\paket restore
the file .paket\load\net45\IntegrationTests\Http.fs.fsx contains
.paket\load\net45\IntegrationTests\Http.fs.fsx
#load @"Hopac.fsx" #r "../../../../packages/integrationtests/Http.fs/lib/net40/HttpFs.dll"
#load @"../../../../src/FsAutoComplete.Core.VerboseSdkHelper/.paket/load/net45/IntegrationTests/Hopac.fsx" #r "../../../../packages/integrationtests/Http.fs/lib/net40/HttpFs.dll"
ref https://ci.appveyor.com/project/rneatherway/fsautocomplete/build/1.0.685/job/946wrj68xplrh6jx#L374
None
The text was updated successfully, but these errors were encountered:
workaround for fsprojects/Paket#2868
2877e39
Closing, dupe of #2911 who as better repro
Sorry, something went wrong.
No branches or pull requests
The path generated in the include script is wrong
as you can see in the appveyor build:
i repro'd locally, but cannot atm, dunno what is the exact combination
Repro steps
For now is long, sry
.paket\paket restore
Expected behavior
the file
.paket\load\net45\IntegrationTests\Http.fs.fsx
containsActual behavior
the file
.paket\load\net45\IntegrationTests\Http.fs.fsx
containsref https://ci.appveyor.com/project/rneatherway/fsautocomplete/build/1.0.685/job/946wrj68xplrh6jx#L374
Environment
Known workarounds
None
The text was updated successfully, but these errors were encountered: