Skip to content

Commit

Permalink
Merge pull request OmniSharp#2358 from OmniSharp/pass-overwrite
Browse files Browse the repository at this point in the history
Pass --overwrite when pushing build artifacts to azure
  • Loading branch information
333fred authored Mar 16, 2022
2 parents b722a81 + 64501a3 commit 101b238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
curl -L https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
sudo apt-get install apt-transport-https
sudo apt-get update && sudo apt-get install azure-cli
az storage blob upload-batch --destination "releases" --source "$(System.ArtifactsDirectory)/deployment/" --account-name roslynomnisharp --account-key $BLOB_KEY
az storage blob upload-batch --destination "releases" --source "$(System.ArtifactsDirectory)/deployment/" --overwrite --account-name roslynomnisharp --account-key $BLOB_KEY
displayName: Upload to Azure Storage
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
env:
Expand Down

0 comments on commit 101b238

Please sign in to comment.