Skip to content

Commit bad4dc6

Browse files
committed
Add DOTNET_ROOT values for windows integration tests
1 parent 6b2aed9 commit bad4dc6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,13 @@ stages:
16241624
variables:
16251625
targetShaId: $[ stageDependencies.merge_commit_id.fetch.outputs['set_sha.sha']]
16261626
targetBranch: $[ stageDependencies.merge_commit_id.fetch.outputs['set_sha.branch']]
1627+
# Explicitly set the path to where we have installed the VMs
1628+
# These should be explicitly set in the VMs, so this is just a workaround for now
1629+
# 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"
16271634
jobs:
16281635
- template: steps/update-github-status-jobs.yml
16291636
parameters:

0 commit comments

Comments
 (0)