Skip to content
This repository was archived by the owner on Oct 6, 2020. It is now read-only.

Commit 4bd63b9

Browse files
committed
added publish script
1 parent 5d145fa commit 4bd63b9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

scripts/publish_all.sh

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
#!/usr/bin/env bash
2+
3+
cd azure_sdk_core
4+
cargo publish
5+
cd ..
6+
7+
cd azure_sdk_storage_core
8+
cargo publish
9+
cd ..
10+
11+
cd azure_sdk_storage_account
12+
cargo publish
13+
cd ..
14+
15+
cd azure_sdk_storage_blob
16+
cargo publish
17+
cd ..
18+
19+
cd azure_sdk_storage_table
20+
cargo publish
21+
cd ..
22+
23+
cd azure_sdk_auth_aad
24+
cargo publish
25+
cd ..
26+
27+
cd azure_sdk_cosmos
28+
cargo publish
29+
cd ..
30+
31+
cd azure_sdk_service_bus
32+
cargo publish
33+
cd ..

0 commit comments

Comments
 (0)