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 f297ede commit a73d429
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,14 @@ extends:
inputs:
BuildDropPath: artifacts
- ${{ if eq(parameters.isFinalBuild, true) }}:
- task: AzureFileCopy@6
displayName: SDK Partner Release AzCopy
- task: AzurePowerShell@5
displayName: 'Upload files to partner drop folder'
inputs:
SourcePath: artifacts/*
ConnectedServiceNameARM: azuresdkpartnerdrops_javatooling
Destination: AzureBlob
StorageAccountRM: azuresdkpartnerdrops
ContainerName: drops
BlobPrefix: azure-signalr/dotnet/$(BuildNumber)
azureSubscription: 'azuresdkpartnerdrops'
ScriptType: 'InlineScript'
azurePowerShellVersion: LatestVersion
pwsh: true
Inline: |
azcopy copy "artifacts/*" "https://azuresdkpartnerdrops.blob.core.windows.net/drops/azure-signalr/dotnet/$(BuildNumber)/"
env:
AZCOPY_AUTO_LOGIN_TYPE: 'PSCRED'

0 comments on commit a73d429

Please sign in to comment.