@@ -214,9 +214,9 @@ stages:
214
214
- bash : " ./eng/scripts/install-nginx-mac.sh"
215
215
displayName : Installing Nginx
216
216
afterBuild :
217
- - bash : ./build.sh --ci --pack --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
217
+ - bash : ./build.sh --ci --pack --no-restore "/bl:artifacts/log/packages.pack.binlog"
218
218
displayName : Pack Packages (for Template tests)
219
- - bash : ./src/ProjectTemplates/build.sh --ci --pack --no-restore --no-build-deps "/bl:artifacts/log/template.pack.binlog"
219
+ - bash : ./src/ProjectTemplates/build.sh --ci --pack --no-restore "/bl:artifacts/log/template.pack.binlog"
220
220
displayName : Pack Templates (for Template tests)
221
221
- bash : ./build.sh --no-build --ci --test -p:RunFlakyTests=true
222
222
displayName : Run Flaky Tests
@@ -251,9 +251,9 @@ stages:
251
251
- bash : " echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
252
252
displayName : Increase inotify limit
253
253
afterBuild :
254
- - bash : ./build.sh --ci --pack --no-restore --no-build-deps "/bl:artifacts/log/packages.pack.binlog"
254
+ - bash : ./build.sh --ci --pack --no-restore "/bl:artifacts/log/packages.pack.binlog"
255
255
displayName : Pack Packages (for Template tests)
256
- - bash : ./src/ProjectTemplates/build.sh --ci --pack --no-restore --no-build-deps "/bl:artifacts/log/template.pack.binlog"
256
+ - bash : ./src/ProjectTemplates/build.sh --ci --pack --no-restore "/bl:artifacts/log/template.pack.binlog"
257
257
displayName : Pack Templates (for Template tests)
258
258
- bash : ./build.sh --no-build --ci --test -p:RunFlakyTests=true
259
259
displayName : Run Flaky Tests
0 commit comments