Skip to content

Commit

Permalink
Update release.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy committed Aug 19, 2024
1 parent a670120 commit ec1ae60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ extends:
inputs:
BuildDropPath: artifacts
- ${{ if eq(parameters.isFinalBuild, true) }}:
- task: AzureFileCopy@4
- task: AzureFileCopy@6
displayName: SDK Partner Release AzCopy
inputs:
SourcePath: artifacts/*
ConnectedServiceNameARM: azuresdkpartnerdrops_javatooling
ConnectedServiceNameARM: azuresdkpartnerdrops
Destination: AzureBlob
StorageAccountRM: azuresdkpartnerdrops_javatooling
StorageAccountRM: azuresdkpartnerdrops
ContainerName: drops
BlobPrefix: azure-signalr/dotnet/$(BuildNumber)

0 comments on commit ec1ae60

Please sign in to comment.