Skip to content

Commit 5fda69e

Browse files
Updating the azd CI to not run for extensions. (#5905)
Updating the CI to not run for extensions, but leaving the in the PR trigger.
1 parent f207a98 commit 5fda69e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/release-cli.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ trigger:
1111
- /eng/pipelines/templates/jobs/build-cli.yml
1212
- /eng/pipelines/templates/jobs/cross-build-cli.yml
1313
- /eng/pipelines/templates/variables/image.yml
14+
exclude:
15+
- cli/azd/extensions/**
1416

1517
pr:
1618
paths:
@@ -21,6 +23,7 @@ pr:
2123
- eng/pipelines/templates/steps/publish-cli.yml
2224
exclude:
2325
- cli/azd/docs/**
26+
- cli/azd/extensions/**
2427

2528
extends:
2629
template: /eng/pipelines/templates/stages/1es-redirect.yml

0 commit comments

Comments
 (0)