From ccd4de4d8cf0d649a7b8b35708c2a67813a7e1ca Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 27 Feb 2018 19:47:18 +0000 Subject: [PATCH] Build CI packages in release mode --- build/aspnetci-build.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/aspnetci-build.ps1 b/build/aspnetci-build.ps1 index b1b3450dff..7a705aa986 100644 --- a/build/aspnetci-build.ps1 +++ b/build/aspnetci-build.ps1 @@ -2,4 +2,4 @@ Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1' -OutFile .\build .\build\dotnet-install.ps1 -channel Current -version 2.1.3 -InstallDir dotnetsdk Get-Command dotnet | Format-List source dotnet --version -dotnet pack Blazor.sln +dotnet pack Blazor.sln --configuration Release