Copy task in Microsoft.AspNetCore.Mvc.Testing.targets has missing UseHardlinksIfPossible and UseSymlinksIfPossible #33757
Milestone
Comments
4 tasks
@dashkodo thanks for contacting us. We see that you've sent us a PR for this issue. We've left some comments on it. |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When enabling multiple msbuild nodes it could fail due to locking "xxx.deps.json" files
We have faced with this issue using latest version of microsoft.aspnetcore.mvc.testing nuget package
C:\ZZZZ\nuget\microsoft.aspnetcore.mvc.testing\5.0.7\build\net5.0\Microsoft.AspNetCore.Mvc.Testing.targets(56, 5): error MSB3027: Unable to copy file "D:\XXXX\bin\Release\YYYY.deps.json" to "bin\Release\YYYY.deps.json". The process cannot access the file 'bin\Release\YYYY.deps.json' because it is being used by another process.
The text was updated successfully, but these errors were encountered: