|
|
SET ThisScriptsDirectory=%~dp0
|
||
|
|
SET PowerShellScriptPath=%ThisScriptsDirectory%Build.ps1
|
||
|
|
PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""%PowerShellScriptPath%""' -Verb RunAs}";
|