Skip to content

Commit 14b7f0e

Browse files
committed
Try fix Mac OS and Linux builds
1 parent 9f73e71 commit 14b7f0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ stages:
214214
- bash: "./eng/scripts/install-nginx-mac.sh"
215215
displayName: Installing Nginx
216216
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"
218218
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"
220220
displayName: Pack Templates (for Template tests)
221221
- bash: ./build.sh --no-build --ci --test -p:RunFlakyTests=true
222222
displayName: Run Flaky Tests
@@ -251,9 +251,9 @@ stages:
251251
- bash: "echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
252252
displayName: Increase inotify limit
253253
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"
255255
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"
257257
displayName: Pack Templates (for Template tests)
258258
- bash: ./build.sh --no-build --ci --test -p:RunFlakyTests=true
259259
displayName: Run Flaky Tests

0 commit comments

Comments
 (0)