Open aarunraja opened 6 years ago
can you please upload a zip with repro?
This might be a fake issue as we have some trickery in place when relative paths are used...
Can you please suggest any work around for this. Or can you share document how to use Absolute Path to reference the components
Description
Repro steps
I have folder structure as specified below. src --> script --> build.fsx --> fake.cmd --> paket.references --> svc --> packages --> paket.dependencies
the script folder will have F# Make script. in that i have refer my group packet. the code snap given below
#r "paket: groupref build //"
My paket.references will look like this
// [ FAKE GROUP ] group Build source https://api.nuget.org/v3/index.json nuget Fake.Core.Target
when i try to run my script getting below error There was a problem while setting up the environment: -> FileNotFoundException: Could not find file '..\script\paket.dependencies'.
Expected behavior
All my dependence should be in root folder only (package folder). the script should run with all it dependence .
Actual behavior
Getting FileNotFoundException: Could not find file '..\script\paket.dependencies error.