maksit-certs-ui/src/Release.bat
2025-11-19 22:19:54 +01:00

9 lines
223 B
Batchfile

@echo off
REM Change directory to the location of the script
cd /d %~dp0
REM Invoke the PowerShell script (Release-NuGetPackage.ps1) in the same directory
powershell -ExecutionPolicy Bypass -File "%~dp0Release.ps1"
pause