adamralph/minver

Packages are not cleaned

adamralph opened this issue · 5 comments

Version(s)

1.0.0 to 2.5.0.

To reproduce

Steps to reproduce the behaviour:

  1. Create a class library
  2. Add a package reference to MinVer 2.5.0
  3. Run dotnet build
  4. Run dotnet pack
  5. 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.

fixed in #684

released in 3.0.0-rc.2

re-closed by #705

re-released in 3.0.0-rc.3