Skip to content

Commit c806665

Browse files
committed
try-fix-escaping
1 parent bad4dc6 commit c806665

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
@@ -1627,10 +1627,10 @@ stages:
16271627
# Explicitly set the path to where we have installed the VMs
16281628
# These should be explicitly set in the VMs, so this is just a workaround for now
16291629
# Theoretically we don't need them all, but let's play it safe!
1630-
DOTNET_ROOT: "C:\dotnet"
1631-
DOTNET_ROOT_X64: "C:\dotnet"
1632-
DOTNET_ROOT_X86: "C:\dotnet_32"
1633-
DOTNET_ROOT(x86): "C:\dotnet_32"
1630+
DOTNET_ROOT: "C:\\dotnet"
1631+
DOTNET_ROOT_X64: "C:\\dotnet"
1632+
DOTNET_ROOT_X86: "C:\\dotnet_32"
1633+
DOTNET_ROOT(x86): "C:\\dotnet_32"
16341634
jobs:
16351635
- template: steps/update-github-status-jobs.yml
16361636
parameters:

0 commit comments

Comments
 (0)