Packages are not cleaned
adamralph opened this issue · 5 comments
adamralph commented
Version(s)
1.0.0 to 2.5.0.
To reproduce
Steps to reproduce the behaviour:
- Create a class library
- Add a package reference to MinVer 2.5.0
- Run
dotnet build
- Run
dotnet pack
- Run
dotnet clean
Expected behaviour
The package is deleted from disk.
Actual behaviour
The package is not deleted from disk.
Workarounds
Delete the package from disk in a separate action.
Additional context
Thanks to @xoofx for prompting the discovery of this problem by raising #675.
adamralph commented
released in 3.0.0-rc.2
adamralph commented
see #681 (comment)
adamralph commented
re-released in 3.0.0-rc.3