Skip to content

Commit bea3247

Browse files
committed
try-fix-escaping
1 parent 1240660 commit bea3247

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1629,10 +1629,10 @@ stages:
16291629
# Explicitly set the path to where we have installed the VMs
16301630
# These should be explicitly set in the VMs, so this is just a workaround for now
16311631
# Theoretically we don't need them all, but let's play it safe!
1632-
DOTNET_ROOT: "C:\dotnet"
1633-
DOTNET_ROOT_X64: "C:\dotnet"
1634-
DOTNET_ROOT_X86: "C:\dotnet_32"
1635-
DOTNET_ROOT(x86): "C:\dotnet_32"
1632+
DOTNET_ROOT: "C:\\dotnet"
1633+
DOTNET_ROOT_X64: "C:\\dotnet"
1634+
DOTNET_ROOT_X86: "C:\\dotnet_32"
1635+
DOTNET_ROOT(x86): "C:\\dotnet_32"
16361636
jobs:
16371637
- template: steps/update-github-status-jobs.yml
16381638
parameters:

0 commit comments

Comments
 (0)