mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2026-02-14 01:27:19 +01:00
9 lines
223 B
Batchfile
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 |