From a82b94bdf856ed1570043abf3651a1486cbf412f Mon Sep 17 00:00:00 2001 From: Argo-Cloud Date: Tue, 12 Jan 2021 12:40:39 +0800 Subject: [PATCH] docs: update Appveyor.yml --- scripts/appveyor/appveyor.build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/appveyor/appveyor.build.ps1 b/scripts/appveyor/appveyor.build.ps1 index e609f21c7..3485c296a 100644 --- a/scripts/appveyor/appveyor.build.ps1 +++ b/scripts/appveyor/appveyor.build.ps1 @@ -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"