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>