We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e2395 commit 8a21184Copy full SHA for 8a21184
azure-pipelines/templates/stages/build.yml
@@ -14,7 +14,7 @@ stages:
14
name: $(DncEngInternalBuildPool)
15
image: 1es-ubuntu-2204
16
os: linux
17
- container: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8
+ container: mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net10.0-build-amd64
18
steps:
19
- template: ${{ parameters.engCommonTemplatesDir }}/steps/source-build.yml
20
@@ -41,7 +41,6 @@ stages:
41
42
image: 1es-windows-2022
43
os: windows
44
- container: mcr.microsoft.com/windows/servercore:ltsc2022
45
46
- checkout: self
47
clean: true
0 commit comments