We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782d524 commit 3d6ecdfCopy full SHA for 3d6ecdf
.pipelines/pipeline.yaml
@@ -201,7 +201,7 @@ stages:
201
inlineScript: |
202
echo Creating storage container with name acn-$(EnvironmentalVariables.StorageID) and account name $(STORAGE_ACCOUNT_NAME)
203
az storage container create -n acn-$(EnvironmentalVariables.StorageID) --account-name $(STORAGE_ACCOUNT_NAME) --public-access container
204
- az storage blob upload-batch -d acn-$(EnvironmentalVariables.StorageID) -s ./output/ --account-name $(STORAGE_ACCOUNT_NAME)
+ az storage blob upload-batch -d acn-$(EnvironmentalVariables.StorageID) -s ./output/bins/ --account-name $(STORAGE_ACCOUNT_NAME)
205
workingDirectory: "$(modulePath)"
206
displayName: Create artifact storage container
207
condition: succeeded()
0 commit comments