bootstrapper: use a dedicated solution (#5318)

This commit is contained in:
Andrey Nekrasov
2020-08-05 17:20:50 +03:00
committed by GitHub
parent b87d14cd61
commit dce3ee440b
11 changed files with 79 additions and 37 deletions

View File

@@ -6,5 +6,5 @@ cd ..
set SolutionDir=%cd%
popd
SET IsPipeline=1
call msbuild ../src/bootstrapper/bootstrapper.vcxproj /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true /p:BuildProjectReferences=false /p:SolutionDir=%SolutionDir%\ || exit /b 1
call msbuild ../installer/PowerToysBootstrapper/PowerToysBootstrapper.sln /p:Configuration=Release /p:Platform=x64 /p:CIBuild=true || exit /b 1