File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/System.Private.ServiceModel/tools/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ if "%4"=="" (
72
72
)
73
73
74
74
REM Disregard the chevrons and quotataions in the next line - it's to output the correct ampersand character to PowerShell
75
- REM We have to duplicate the request URL below for output and for PowerShell because of Powershell's crazy escape sequences interacting
76
- REM badly with cmd's crazy and conflicting escape sequences
75
+ REM We have to duplicate the request URL below for output and for PowerShell because of Powershell's escape sequences interacting
76
+ REM badly with cmd's conflicting escape sequences
77
77
78
78
echo [%~n0 ] Making call to %__SYNC_HOST_URL% ?id=%__REPO_ID% ^ &%__OPERATION_MODE% =%__BRANCH_OR_PR_ID%
79
79
powershell -NoProfile -ExecutionPolicy unrestricted -Command " (New-Object Net.WebClient).DownloadString('%__SYNC_HOST_URL% ?id=%__REPO_ID% &%__OPERATION_MODE% =%__BRANCH_OR_PR_ID% ');"
You can’t perform that action at this time.
0 commit comments