File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,11 @@ jobs:
108108 tenant-id : ${{ secrets.AZURE_TENANT_ID }}
109109 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
110110
111+ # Deploy npm package - this is done by uploading to Azure's SDK blob storage then triggering their partner release pipeline.
112+ # More info: https://dev.azure.com/azure-sdk/internal/_wiki/wikis/internal.wiki/1/Partner-Release-Pipeline
111113 - name : Upload to drop
112114 run : |
113115 ls -la
114116 PACKAGE_ID=`echo $(ls *.tgz) | sed -e 's/\.tgz$//'`
115117 echo $PACKAGE_ID
116- az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name $AZURE_SDK_STORAGE_ACCOUNT_NAME
118+ az storage blob upload -n azure-staticwebapps/npm/$PACKAGE_ID/$(ls *.tgz) -c drops -f $(ls *.tgz) --account-name azuresdkpartnerdrops
You can’t perform that action at this time.
0 commit comments