mirror of
https://github.com/MAKS-IT-COM/podman-client-dotnet.git
synced 2026-08-15 06:38:10 +02:00
5 lines
107 B
Batchfile
5 lines
107 B
Batchfile
@echo off
|
|
setlocal
|
|
pwsh -NoProfile -File "%~dp0engines\test\Invoke-TestEngine.ps1" %*
|
|
exit /b %ERRORLEVEL%
|