2 lines
101 B
Batchfile
Raw Normal View History

powershell -Command "& {Import-Module ..\Tools\PSake\psake.psm1; Invoke-psake .\build.ps1 %*}"
pause