Record project continuation changes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
set "SCRIPT_DIR=%~dp0"
|
||||
pushd "%SCRIPT_DIR%"
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%SCRIPT_DIR%prepare-local-build-workstation.ps1" %*
|
||||
set "PS_EXIT=%ERRORLEVEL%"
|
||||
popd
|
||||
exit /b %PS_EXIT%
|
||||
Reference in New Issue
Block a user