Skip to content

Commit cf8002e

Browse files
Copilotrichlander
andauthored
Split WASI/Browser WASM entries into public/internal variants in libraries helix-queues-setup.yml
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/96ec648b-ec76-40b7-aa5e-7ee9ec97dfd5 Co-authored-by: richlander <2608468+richlander@users.noreply.github.com>
1 parent eab3863 commit cf8002e

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)