maksit-results/src/Release-NuGetPackage.bat
Maksym Sadovnychyy 0d170df610 (feature): init
2024-08-30 23:05:05 +02:00

8 lines
230 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-NuGetPackage.ps1"