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 936847f commit 6b5e113Copy full SHA for 6b5e113
eng/pipelines/templates/jobs/sdk-build.yml
@@ -137,7 +137,7 @@ jobs:
137
- ${{ if eq(parameters.runAoTTests, true) }}:
138
# For the reason this is here, see: https://github.com/dotnet/sdk/issues/22655
139
- script: $(Build.SourcesDirectory)/artifacts/bin/redist/$(buildConfiguration)/dotnet/dotnet workload install wasm-tools --skip-manifest-update
140
- workingDirectory: $(Build.SourcesDirectory)/artifacts
+ workingDirectory: $(Build.SourcesDirectory)/artifacts/bin
141
displayName: 🟣 Install wasm-tools Workload
142
# For the /p:Projects syntax for PowerShell, see: https://github.com/dotnet/msbuild/issues/471#issuecomment-1146466335
143
- ${{ if eq(parameters.pool.os, 'windows') }}:
0 commit comments