Reputation: 115
I am consistently getting this error when doing a DNU publish
The process cannot access the file 'C:...\bin\output\approot\packages\AutoMapper\3.3.1\AutoMapper.3.3.1.nupkg' because it is being used by another process
With nuget.exe you could use the command line options -DisableParallelProcessing to prevent things like this from happening but I can't find an equivalent in DNU. Is there a way to prevent this?
Upvotes: 2
Views: 92