MusicStore/tools/BundleAndDeploy.cmd

3 строки
238 B
Batchfile

@Echo off
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0BundleAndDeploy.ps1' %*"