dotnet-installer/scripts/package.cmd

5 lines
140 B
Batchfile
Raw Normal View History

@echo off
REM PowerShell has access to Zipping tools
@powershell -NoLogo -NoProfile -ExecutionPolicy unrestricted -File "%~dp0package.ps1"