Skip to content

Commit

Permalink
[Internal] Engineering: Fixes Nuget generation and copy process (#4475)…
Browse files Browse the repository at this point in the history
… (#4506)

Co-authored-by: Matias Quaranta <[email protected]>
  • Loading branch information
kirankumarkolli and ealsur committed May 18, 2024
1 parent f6377b7 commit 01652aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/nuget-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
BuildDropPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos'

- ${{ if ne(parameters.BlobVersion, '') }}:
- task: AzureFileCopy@5
- task: AzureFileCopy@6
displayName: 'Copy Artifacts to Azure SDK Release blob storage'
condition: succeeded()
inputs:
Expand Down

0 comments on commit 01652aa

Please sign in to comment.