Skip to content

Commit

Permalink
Added build.bat to allow Release builds from commandline.
Browse files Browse the repository at this point in the history
  • Loading branch information
peddamat committed May 30, 2022
1 parent f673f62 commit d8ef4bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
git clean -xfd

msbuild -t:build -restore -p:RestorePackagesConfig=true /p:Configuration=Release /p:Platform=x64 PowerToys.sln

msbuild -t:build -restore -p:RestorePackagesConfig=true /p:Configuration=Release /p:Platform=x64 tools\BugReportTool\BugReportTool.sln

msbuild -t:build -restore -p:RestorePackagesConfig=true /p:Configuration=Release /p:Platform=x64 tools\WebcamReportTool\WebcamReportTool.sln

msbuild -t:build -restore -p:RestorePackagesConfig=true /p:Configuration=Release /p:Platform=x64 tools\StylesReportTool\StylesReportTool.sln

msbuild -t:build -restore -p:RestorePackagesConfig=true /p:Configuration=Release /p:Platform=x64 installer\PowerToysSetup.sln

0 comments on commit d8ef4bc

Please sign in to comment.