Skip to content

Commit 01652aa

Browse files
[Internal] Engineering: Fixes Nuget generation and copy process (#4475) (#4506)
Co-authored-by: Matias Quaranta <ealsur@users.noreply.github.com>
1 parent f6377b7 commit 01652aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/nuget-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
BuildDropPath: '$(Build.ArtifactStagingDirectory)/bin/AnyCPU/$(BuildConfiguration)/Microsoft.Azure.Cosmos'
6262

6363
- ${{ if ne(parameters.BlobVersion, '') }}:
64-
- task: AzureFileCopy@5
64+
- task: AzureFileCopy@6
6565
displayName: 'Copy Artifacts to Azure SDK Release blob storage'
6666
condition: succeeded()
6767
inputs:

0 commit comments

Comments
 (0)