Skip to content

Commit 29af6f7

Browse files
authored
Merge pull request #19257 from adityasharad/actions/fix/autobuild-powershell-spaces
Actions: Fix invocation of autobuild PowerShell script
2 parents cc379b5 + 2e75dbd commit 29af6f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

actions/extractor/tools/autobuild.cmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@echo off
22
rem All of the work is done in the PowerShell script
3-
powershell.exe "%~dp0autobuild-impl.ps1"
3+
echo "Running PowerShell script at '%~dp0autobuild-impl.ps1'"
4+
powershell.exe -File "%~dp0autobuild-impl.ps1"

0 commit comments

Comments
 (0)