maksit-results/utils/Force-AmendTaggedCommit.bat
2026-06-02 20:32:16 +02:00

4 lines
130 B
Batchfile

@echo off
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0tools\Force-AmendTaggedCommit\Force-AmendTaggedCommit.ps1" %*
pause