File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ jobs:
109109 vmImage : macOS-13
110110 ${{ if eq(parameters.agentOs, 'Linux') }} :
111111 ${{ if eq(parameters.useHostedUbuntu, true) }} :
112- vmImage : ubuntu-20 .04
112+ vmImage : ubuntu-22 .04
113113 ${{ if eq(parameters.useHostedUbuntu, false) }} :
114114 name : $(DncEngPublicBuildPool)
115- demands : ImageOverride -equals Build.Ubuntu.2004 .Amd64.Open
115+ demands : ImageOverride -equals Build.Ubuntu.2204 .Amd64.Open
116116 ${{ if eq(parameters.agentOs, 'Windows') }} :
117117 name : $(DncEngPublicBuildPool)
118118 demands : ImageOverride -equals windows.vs2022preview.amd64.open
@@ -324,7 +324,7 @@ jobs:
324324 os : macOS
325325 ${{ if eq(parameters.agentOs, 'Linux') }} :
326326 name : $(DncEngInternalBuildPool)
327- image : 1es-ubuntu-2004
327+ image : 1es-ubuntu-2204
328328 os : linux
329329 ${{ if eq(parameters.agentOs, 'Windows') }} :
330330 name : $(DncEngInternalBuildPool)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66reporoot=" $( dirname " $( dirname " $scriptroot " ) " ) "
77nginxinstall=" $reporoot /.tools/nginx"
88
9- curl -sSL http://nginx.org/download/nginx-1.14.2 .tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.14.2 /
9+ curl -sSL http://nginx.org/download/nginx-1.26.3 .tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.26.3 /
1010./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
1111make
1212make install
You can’t perform that action at this time.
0 commit comments