File tree Expand file tree Collapse file tree 8 files changed +287
-292
lines changed Expand file tree Collapse file tree 8 files changed +287
-292
lines changed Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ stages:
518
518
isAzDOTestingJob : true
519
519
buildArgs : --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
520
520
beforeBuild :
521
- - bash : " ./eng/scripts/install-nginx-mac .sh"
521
+ - bash : " ./eng/scripts/install-nginx.sh"
522
522
displayName : Installing Nginx
523
523
artifacts :
524
524
- name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -539,7 +539,7 @@ stages:
539
539
useHostedUbuntu : false
540
540
buildArgs : --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
541
541
beforeBuild :
542
- - bash : " ./eng/scripts/install-nginx-linux .sh"
542
+ - bash : " ./eng/scripts/install-nginx.sh"
543
543
displayName : Installing Nginx
544
544
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
545
545
displayName : Increase inotify limit
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ extends:
556
556
beforeBuild :
557
557
- script : git submodule update --init
558
558
displayName : Update submodules
559
- - bash : " ./eng/scripts/install-nginx-mac .sh"
559
+ - bash : " ./eng/scripts/install-nginx.sh"
560
560
displayName : Installing Nginx
561
561
artifacts :
562
562
- name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -579,7 +579,7 @@ extends:
579
579
beforeBuild :
580
580
- script : git submodule update --init
581
581
displayName : Update submodules
582
- - bash : " ./eng/scripts/install-nginx-linux .sh"
582
+ - bash : " ./eng/scripts/install-nginx.sh"
583
583
displayName : Installing Nginx
584
584
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
585
585
displayName : Increase inotify limit
Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ extends:
548
548
isAzDOTestingJob : true
549
549
buildArgs : --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
550
550
beforeBuild :
551
- - bash : " ./eng/scripts/install-nginx-mac .sh"
551
+ - bash : " ./eng/scripts/install-nginx.sh"
552
552
displayName : Installing Nginx
553
553
artifacts :
554
554
- name : MacOS_Test_Logs_Attempt_$(System.JobAttempt)
@@ -569,7 +569,7 @@ extends:
569
569
useHostedUbuntu : false
570
570
buildArgs : --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
571
571
beforeBuild :
572
- - bash : " ./eng/scripts/install-nginx-linux .sh"
572
+ - bash : " ./eng/scripts/install-nginx.sh"
573
573
displayName : Installing Nginx
574
574
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
575
575
displayName : Increase inotify limit
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
6
reporoot=" $( dirname " $( dirname " $scriptroot " ) " ) "
7
7
nginxinstall=" $reporoot /.tools/nginx"
8
8
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 /
9
+ curl -sSL http://nginx.org/download/nginx-1.29.1 .tar.gz --retry 5 | tar zxfv - -C /tmp && cd /tmp/nginx-1.29.1 /
10
10
./configure --prefix=$nginxinstall --with-http_ssl_module --without-http_rewrite_module
11
11
make
12
12
make install
Original file line number Diff line number Diff line change 32
32
"jdk" : " latest"
33
33
},
34
34
"msbuild-sdks" : {
35
- "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25506 .102" ,
36
- "Microsoft.DotNet.Helix.Sdk" : " 11.0.0-beta.25506 .102" ,
37
- "Microsoft.DotNet.SharedFramework.Sdk" : " 11.0.0-beta.25506 .102" ,
35
+ "Microsoft.DotNet.Arcade.Sdk" : " 11.0.0-beta.25507 .102" ,
36
+ "Microsoft.DotNet.Helix.Sdk" : " 11.0.0-beta.25507 .102" ,
37
+ "Microsoft.DotNet.SharedFramework.Sdk" : " 11.0.0-beta.25507 .102" ,
38
38
"Microsoft.Build.NoTargets" : " 3.7.0" ,
39
39
"Microsoft.Build.Traversal" : " 3.4.0" ,
40
40
"Microsoft.WixToolset.Sdk" : " 5.0.2-dotnet.2737382"
You can’t perform that action at this time.
0 commit comments