You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First deploy just fine, but second with same package fails on step "Deleting contents of e:\FAKE\src\app\Fake.Deploy\bin\Debug.\deployments/PRJ\active".
Libs inside active/libs dir cant be moved, Fake.Deploy locks them (thru FsiEvaluationSession, I guess).
Adding /shadowcopyreferences to commonOptions (FSIHelper.fs) doesnt solve that problem.
The text was updated successfully, but these errors were encountered:
Our script.fsx inside deploy package uses assemblies inside package with #r "libs/SomeLib.dll".
First deploy just fine, but second with same package fails on step "Deleting contents of e:\FAKE\src\app\Fake.Deploy\bin\Debug.\deployments/PRJ\active".
Libs inside active/libs dir cant be moved, Fake.Deploy locks them (thru FsiEvaluationSession, I guess).
Adding /shadowcopyreferences to commonOptions (FSIHelper.fs) doesnt solve that problem.
The text was updated successfully, but these errors were encountered: