Sdk: Enable dotnet --clean

Created on 29 Jun 2016  路  3Comments  路  Source: dotnet/sdk

Steps to reproduce

There is no way to do a clean build. The closest is to force non-incremental build

Expected behavior

Clean build is supported.

Actual behavior

Not supported

Environment data

dotnet --info output:

Bug

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.

All 3 comments

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

Was this page helpful?
0 / 5 - 0 ratings