Skip to content

Commit b86266d

Browse files
authored
Revert backflow and re-apply VMR build (#118657)
* Revert "[main] Source code updates from dotnet/dotnet (#118514)" This reverts commit 2f54ba3. * Revert incorrect change and re-apply build 278938 * Revert eng/Version.Details change
1 parent 282b9e6 commit b86266d

File tree

12 files changed

+282
-193
lines changed

12 files changed

+282
-193
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Linux musl x64
3939
- ${{ if eq(parameters.platform, 'linux_musl_x64') }}:
40-
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
40+
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
4141
- (Alpine.edge.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-edge-helix-amd64
4242
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}:
4343
- (Alpine.322.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.22-helix-amd64
@@ -75,7 +75,7 @@ jobs:
7575
- Ubuntu.2204.Amd64.Open
7676
- (AzureLinux.3.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64
7777
- (Centos.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-stream-10-helix-amd64
78-
78+
7979
# OSX arm64
8080
- ${{ if eq(parameters.platform, 'osx_arm64') }}:
8181
- osx.13.arm64.open

0 commit comments

Comments
 (0)