You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines.yml
+34-15Lines changed: 34 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,11 +8,6 @@ parameters:
8
8
displayName: Dry run mode
9
9
type: boolean
10
10
default: true
11
-
# This is handy in scenario where actual `npm publish` failed on previous run. This can be used repeatedly until all assets are released to npm to mitigate out of sync publish state
12
-
- name: publish_only
13
-
displayName: Re-trigger npm publish only
14
-
type: boolean
15
-
default: false
16
11
# Projects to include within release. (comma/space delimited project names and/or patterns). See `--project` flag for more details https://nx.dev/nx-api/nx/documents/release#publish
17
12
- name: projects
18
13
displayName: Projects to release (defaults to all)
0 commit comments