brushwood
brushwood

Reputation: 115

How To Prevent DNU Publish From Locking Files

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

Answers (0)

Related Questions