Skip to content

Commit f6be811

Browse files
author
Erik Gassler
committed
fix missing dash
1 parent c13f773 commit f6be811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ stages:
131131
scriptType: pscore
132132
scriptLocation: inlineScript
133133
inlineScript: 'az storage blob delete-batch -s ''$web'' --account-name $(accountName)'
134-
task: AzureCLI@2
134+
- task: AzureCLI@2
135135
displayName: 'Copy Files to Azure Blob Storage'
136136
inputs:
137137
azureSubscription: {azureConnection}

0 commit comments

Comments
 (0)