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 6371865 commit dc42482
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,13 @@ extends:
inputs:
BuildDropPath: artifacts
- ${{ if eq(parameters.isFinalBuild, true) }}:
- task: AzurePowerShell@5
displayName: 'Upload files to partner drop folder'
- task: AzureFileCopy@6
displayName: SDK Partner Release AzCopy
inputs:
azureSubscription: 'azuresdkpartnerdrops_javatooling'
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'
SourcePath: artifacts/*
azureSubscription: azuresdkpartnerdrops_javatooling
Destination: AzureBlob
storage: azuresdkpartnerdrops
ContainerName: drops
BlobPrefix: azure-signalr/dotnet/$(BuildNumber)
AdditionalArgumentsForBlobCopy: --log-level=INFO

0 comments on commit dc42482

Please sign in to comment.