From dd79834137ded6b3a2d4f5e52ae6aa7f1aafd910 Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Mon, 25 May 2020 10:56:44 +0300 Subject: [PATCH] CI: remove unnecessary build commands (#3300) --- .pipelines/build.cmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pipelines/build.cmd b/.pipelines/build.cmd index 67d558378b..20de919cc8 100644 --- a/.pipelines/build.cmd +++ b/.pipelines/build.cmd @@ -2,7 +2,5 @@ cd /D "%~dp0" call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=amd64 -host_arch=amd64 -winsdk=10.0.18362.0 call msbuild ../PowerToys.sln /p:Configuration=Release /p:Platform=x64 || exit /b 1 -call msbuild ../src/common/notifications/notifications_dll.vcxproj /p:Configuration=Release /p:Platform=x64 || exit /b 1 -call msbuild ../src/common/notifications_winrt/notifications.vcxproj /p:Configuration=Release /p:Platform=x64 || exit /b 1 SET PTRoot=.. call "..\installer\PowerToysSetup\publish.cmd"