Merge pull request #19257 from adityasharad/actions/fix/autobuild-powershell-spaces

Actions: Fix invocation of autobuild PowerShell script
This commit is contained in:
Aditya Sharad
2025-04-09 21:26:32 +05:30
committed by GitHub

View File

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