docs: update Appveyor.yml

This commit is contained in:
Argo-Cloud 2021-01-12 12:40:39 +08:00
parent 5fc5144de2
commit a82b94bdf8

View File

@ -2,5 +2,5 @@
write-host $cmd -ForegroundColor Cyan
cmd.exe /c $cmd
}
runCmd "dotnet build src\BootstrapBlazor.WebConsole --configuration Release"
runCmd "dotnet build src\BootstrapBlazor.Server --configuration Release"
runCmd "dotnet pack src\BootstrapBlazor --configuration Release"