I'm downloading the final version 6.0 and follow all the steps in documentation to install ASPNETZero
https://github.com/aspnetzero/documents/blob/master/doc/Getting-Started-Core.md
and in build step I got this Error
Error MSB3073 The command "dotnet bundle clean" exited with code 1. Test.Web.Mvc
build succeeded once I removed these lines from "Test.Web.Mvc.csproj" , >>
<Target Name="PreBuild" AfterTargets="PreBuildEvent"> <Exec Command="dotnet bundle clean" /> <Exec Command="dotnet bundle" /> </Target>
5 Answer(s)
-
1
I downloaded the 6.0 test project and everything works fine. You can try to execute
yarn
first in the Web.Mvc directory. -
0
closed due to inactivity.
-
0
Hitting this, right after coming back to a fresh new project.
- Generate a demo project
- Open project
- Build
Expected: Build to succeed Actual: The command "dotnet bundle clean" exited with code 1.
I've tried reinstalling BundlerMinifier.Core, I've made usre BundlerMinifier.Core is used in a DotNetCliToolReference (comes standard), nothing.
-
0
I'll note that this run fine in 15.9.0 Preview 3.0 but not 15.9.0 itself.
-
0
Same Problem with 6.3.1. just downloaded freshly. Also tried running yarn, but same issue. Thanks :)