There is no way to do a clean build. The closest is to force non-incremental build
Clean build is supported.
Not supported
dotnet --info
output:
Any update on this feature? This is still not marked complete even though the milestone it was pegged for is complete.
This is now done in the latest tooling via the dotnet clean
command. If you get the bits from the links in the README on this repo, you can try it out! :)
Will close, please reopen if more info is needed.
Except it does not clean the nupkg that the build generated
Most helpful comment
This is now done in the latest tooling via the
dotnet clean
command. If you get the bits from the links in the README on this repo, you can try it out! :)Will close, please reopen if more info is needed.