Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 345 Bytes

winrtbuild.bat

File metadata and controls

8 lines (8 loc) · 345 Bytes
 
Nov 3, 2014
Nov 3, 2014
3
REM winrtbuild.bat: a batch file to help launch the winrtbuild.ps1
4
5
6
REM Powershell script, either from Windows Explorer, or through Buildbot.
REM
SET ThisScriptsDirectory=%~dp0
Nov 3, 2014
Nov 3, 2014
7
SET PowerShellScriptPath=%ThisScriptsDirectory%winrtbuild.ps1
8
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%PowerShellScriptPath%'";