Skip to content

Commit 56db7c4

Browse files
committed
dist/azure-deployment.yml: use new --pause option for Cargo publishing
Hopefully this will help us when we need to publish a series of crates that depend on each other.
1 parent 61c2914 commit 56db7c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dist/azure-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
isRelease: ${{ parameters.isRelease }}
109109
- bash: |
110110
set -xeou pipefail
111-
cranko cargo foreach-released -- publish --no-verify
111+
cranko cargo foreach-released --pause=30 -- publish --no-verify
112112
displayName: Publish updated Cargo crates
113113
env:
114114
CARGO_REGISTRY_TOKEN: $(CARGO_REGISTRY_TOKEN)

0 commit comments

Comments
 (0)