@@ -159,15 +159,24 @@ jobs:
159159
160160 # WASI
161161 - ${{ if eq(parameters.platform, 'wasi_wasm') }} :
162- - (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
162+ - ${{ if eq(variables['System.TeamProject'], 'public') }} :
163+ - (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
164+ - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
165+ - (Ubuntu.2604.Amd64)AzureLinux.3.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
163166
164167 # Browser WebAssembly
165168 - ${{ if eq(parameters.platform, 'browser_wasm') }} :
166- - (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
169+ - ${{ if eq(variables['System.TeamProject'], 'public') }} :
170+ - (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
171+ - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
172+ - (Ubuntu.2604.Amd64)AzureLinux.3.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
167173
168174 # Browser WebAssembly Firefox
169175 - ${{ if eq(parameters.platform, 'browser_wasm_firefox') }} :
170- - (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
176+ - ${{ if eq(variables['System.TeamProject'], 'public') }} :
177+ - (Ubuntu.2604.Amd64.Open)AzureLinux.3.Amd64.Open@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
178+ - ${{ if eq(variables['System.TeamProject'], 'internal') }} :
179+ - (Ubuntu.2604.Amd64)AzureLinux.3.Amd64@mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-26.04-helix-webassembly-amd64
171180
172181 # Browser WebAssembly windows
173182 - ${{ if in(parameters.platform, 'browser_wasm_win', 'wasi_wasm_win') }} :
0 commit comments