Open
Description
I'm having an issue with NuJet failing to remove the installed nuget package when making updates to a package project. MSBuild has locked access to the .dll file as it's used in a test project.
Unable to remove directory [...] Access to the path '[...].dll' is denied.
It kind of makes sense, as the test project references the package project. But as such, my current workflow is to:
- Restart Visual Studio (file lock is removed).
- Make package project changes and build it (as much as I want).
- Try the changes (e.g. by building the test project).
- Go to 1. for additional changes.
Is it expected in my situation or did I mess something up?
Solution
- Test Project
- ->Package Project
- Package Project
- -> NuJet
Metadata
Metadata
Assignees
Labels
No labels