From bcf89371c67e2cd66baa68cdf958d3e060ad5f67 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Mon, 5 Mar 2018 13:34:51 -0800 Subject: [PATCH] Build BlazorTooling.sln too --- build/aspnetci-build.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/aspnetci-build.ps1 b/build/aspnetci-build.ps1 index 29839d7b30..0bc057d76f 100644 --- a/build/aspnetci-build.ps1 +++ b/build/aspnetci-build.ps1 @@ -2,3 +2,5 @@ Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1' -OutFile .\build .\build\dotnet-install.ps1 -channel Current -version 2.1.3 -InstallDir dotnetsdk dotnet --version dotnet pack Blazor.sln --configuration Release +msbuild BlazorTooling.sln /t:Restore +msbuild BlazorTooling.sln