ca4d160fc3
* fix up dnvm2 port * produce packages ready for CI to publish * remove dependency on DNX for stage0 (still needed for restore)
4 lines
140 B
Batchfile
4 lines
140 B
Batchfile
@echo off
|
|
|
|
REM PowerShell has access to Zipping tools
|
|
@powershell -NoLogo -NoProfile -ExecutionPolicy unrestricted -File "%~dp0package.ps1"
|