Skip to content
New issue

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

Fake.Deploy: FsiEvaluationSession locks active deploy #642

Closed
xkrt opened this issue Jan 30, 2015 · 2 comments
Closed

Fake.Deploy: FsiEvaluationSession locks active deploy #642

xkrt opened this issue Jan 30, 2015 · 2 comments

Comments

@xkrt
Copy link

xkrt commented Jan 30, 2015

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.

@xkrt
Copy link
Author

xkrt commented Feb 2, 2015

Looks like this FSharp.Compiler.Service issue fsharp/fsharp-compiler-docs#292

@vasily-kirichenko
Copy link
Contributor

fixed in #653

@dsyme dsyme closed this as completed Oct 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants