SDK version: 10p5 or local build (feb621b704347e6fb72b816a257f1ba2fdc6a385)
Steps to reproduce:
dotnet new blazorwasm
dotnet build
dotnet build -bl -question
Expected: success
Actual: fails with
MSBUILD : error : Building target "_BuildCopyStaticWebAssetsPreserveNewest" partially, because some output files are out of date with respect to their input files.
And in the binlog I can see the problem is obj\Debug\net10.0\dotnet.js.
SDK version: 10p5 or local build (feb621b704347e6fb72b816a257f1ba2fdc6a385)
Steps to reproduce:
dotnet new blazorwasmdotnet builddotnet build -bl -questionExpected: success
Actual: fails with
And in the binlog I can see the problem is
obj\Debug\net10.0\dotnet.js.