maksit-certs-ui/utils/Force-AmendTaggedCommit.bat

4 lines
130 B
Batchfile

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