We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45af633 commit c2b8915Copy full SHA for c2b8915
.azure-pipelines/ultimate-pipeline.yml
@@ -1629,10 +1629,10 @@ stages:
1629
# Explicitly set the path to where we have installed the VMs
1630
# These should be explicitly set in the VMs, so this is just a workaround for now
1631
# 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"
+ DOTNET_ROOT: "C:\\dotnet"
+ DOTNET_ROOT_X64: "C:\\dotnet"
+ DOTNET_ROOT_X86: "C:\\dotnet_32"
+ DOTNET_ROOT(x86): "C:\\dotnet_32"
1636
jobs:
1637
- template: steps/update-github-status-jobs.yml
1638
parameters:
0 commit comments