Skip to content

Commit ca616c5

Browse files
jkoritzinskybaronfel
authored andcommitted
Move working directory to ensure that the testing global.json gets picked up
1 parent ec05e79 commit ca616c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/sdk-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- ${{ if eq(parameters.runAoTTests, true) }}:
138138
# For the reason this is here, see: https://github.com/dotnet/sdk/issues/22655
139139
- script: $(Build.SourcesDirectory)/artifacts/bin/redist/$(buildConfiguration)/dotnet/dotnet workload install wasm-tools --skip-manifest-update
140-
workingDirectory: $(Build.SourcesDirectory)/artifacts
140+
workingDirectory: $(Build.SourcesDirectory)/artifacts/bin
141141
displayName: 🟣 Install wasm-tools Workload
142142
# For the /p:Projects syntax for PowerShell, see: https://github.com/dotnet/msbuild/issues/471#issuecomment-1146466335
143143
- ${{ if eq(parameters.pool.os, 'windows') }}:

0 commit comments

Comments
 (0)