Closed radical closed 3 years ago
@pranavkm @javiercn should this be considered as unsupported for 6.0?
@radical Yes, I think so.
I don't think clean removes stuff from publish.
It's not clear where obj/Release/net6.0/blazor/_framework/dotnet.js
, I think this is using the old version of the SDK targets. With the changes we did, we don't copy anything to the obj folder ourselves.
obj/staticwebassets.pack.sentinel
is something that we add for packing when targeting multiple frameworks that we should probably clean.
Versions:
building a template project with:
dotnet build -p:DeployOnBuild=true -p:Configuration=Release
, and thendotnet clean -p:Configuration=Release
, leaves lot of files inbin
, andobj
dirs:Cleaning after a build (
dotnet build -p:Configuration=Release
) leaves:cc @pranavkm @lewing