|
|
@@ -639,7 +639,7 @@ extends:
|
|
|
isAzDOTestingJob: true
|
|
|
buildArgs: --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
|
|
|
beforeBuild:
|
|
|
- - bash: "./eng/scripts/install-nginx-mac.sh"
|
|
|
+ - bash: "./eng/scripts/install-nginx.sh"
|
|
|
displayName: Installing Nginx
|
|
|
artifacts:
|
|
|
- name: MacOS_Test_Logs_Attempt_$(System.JobAttempt)
|
|
|
@@ -660,7 +660,7 @@ extends:
|
|
|
useHostedUbuntu: false
|
|
|
buildArgs: --all --test --binaryLog /p:RunTemplateTests=false /p:SkipHelixReadyTests=true $(_InternalRuntimeDownloadArgs)
|
|
|
beforeBuild:
|
|
|
- - bash: "./eng/scripts/install-nginx-linux.sh"
|
|
|
+ - bash: "./eng/scripts/install-nginx.sh"
|
|
|
displayName: Installing Nginx
|
|
|
- bash: "echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
|
|
|
displayName: Increase inotify limit
|