Skip to content

Commit 3d6ecdf

Browse files
committed
bins path
1 parent 782d524 commit 3d6ecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ stages:
201201
inlineScript: |
202202
echo Creating storage container with name acn-$(EnvironmentalVariables.StorageID) and account name $(STORAGE_ACCOUNT_NAME)
203203
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)
204+
az storage blob upload-batch -d acn-$(EnvironmentalVariables.StorageID) -s ./output/bins/ --account-name $(STORAGE_ACCOUNT_NAME)
205205
workingDirectory: "$(modulePath)"
206206
displayName: Create artifact storage container
207207
condition: succeeded()

0 commit comments

Comments
 (0)