Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions diagnostics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,22 +253,22 @@ extends:
- configuration: Debug
architecture: x64

- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- template: /eng/pipelines/build.yml
parameters:
jobTemplate: ${{ variables.jobTemplate }}
name: Debian_Bullseye
osGroup: Linux
container: test_debian_11_amd64
dependsOn: Linux
testOnly: true
buildConfigs:
- configuration: Release
- template: /eng/pipelines/build.yml
parameters:
jobTemplate: ${{ variables.jobTemplate }}
name: Debian_Bookworm
osGroup: Linux
container: test_debian_12_amd64
dependsOn: Linux
testOnly: true
buildConfigs:
- configuration: Release
architecture: x64
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
- configuration: Debug
architecture: x64
- ${{ if in(variables['Build.Reason'], 'PullRequest') }}:
- configuration: Debug
architecture: x64

- ${{ if ne(variables['System.TeamProject'], 'public') }}:
- template: /eng/pipelines/build.yml
parameters:
jobTemplate: ${{ variables.jobTemplate }}
Expand Down
6 changes: 3 additions & 3 deletions eng/pipelines/pipeline-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ extends:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
options: --cap-add=SYS_PTRACE

test_debian_11_amd64:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64
options: '--env PYTHONPATH=/usr/bin/python3.9'
test_debian_12_amd64:
image: dotnetdockerdev.azurecr.io/dotnet-buildtools/prereqs:debian-12-helix-amd64
options: '--env PYTHONPATH=/usr/bin/python3.11'

test_fedora:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-41
Expand Down
Loading