This commit is contained in:
Matt Thalman 2025-01-21 13:28:57 -06:00
Родитель 9ec1e8573b
Коммит b92b54c318
2 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -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 }}

Просмотреть файл

@ -74,8 +74,8 @@ 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
test_debian_12_amd64:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-helix-amd64
options: '--env PYTHONPATH=/usr/bin/python3.9'
test_fedora: