Skip to content

Commit 54c87e1

Browse files
committed
fixup! ci: separate release pipeline into 2 jobs
1 parent 304f1f9 commit 54c87e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ extends:
8888
displayName: Authenticate git for pushes
8989
9090
- script: |
91-
yarn nx release --skip-publish -p ${{ parameters.projects }} --dry-run ${{ parameters.dry_run }}
91+
yarn nx release --skip-publish -p ${{ parameters.projects }} --dry-run ${{ parameters.dry_run }} --verbose
9292
displayName: Bump versions and generate Changelogs
9393
94-
# NOTE: this step needs PAT - will be mitigate with new architecture
94+
# NOTE: this step needs PAT - needs different release flow to avoid PATs completely
9595
- script:
96-
| # TODO: Remove this step once https://github.com/microsoft/fluentui-contrib/pull/318 lands
96+
| # TODO: Remove this step once https://github.com/microsoft/fluentui-contrib/pull/318 lands - looks like that doesn't work for root `nx release` command
9797
git push origin && git push origin --tags
9898
condition: eq(parameters.dry_run, false)
9999
displayName: Propagate Release to GitHub

0 commit comments

Comments
 (0)