We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc379b5 + 2e75dbd commit 29af6f7Copy full SHA for 29af6f7
actions/extractor/tools/autobuild.cmd
@@ -1,3 +1,4 @@
1
@echo off
2
rem All of the work is done in the PowerShell script
3
-powershell.exe "%~dp0autobuild-impl.ps1"
+echo "Running PowerShell script at '%~dp0autobuild-impl.ps1'"
4
+powershell.exe -File "%~dp0autobuild-impl.ps1"
0 commit comments