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 20, 2024
1 parent dc42482 commit 7780eae
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extends:
- output: pipelineArtifact
artifactName: Artifact
targetPath: artifacts
displayName: Publish nupkg to VSTS
displayName: Publish nupkg to artifacts
- output: nuget
displayName: Push packages to azure-signalr-dev feed
nuGetFeedType: external
Expand Down Expand Up @@ -174,14 +174,20 @@ extends:
displayName: "Manifest Generator "
inputs:
BuildDropPath: artifacts
- job: SDK_Partner_Release
displayName: SDK Partner Release
dependsOn: Phase_1
steps:
- download: current
artifact: Artifact
displayName: Download artifacts
- ${{ if eq(parameters.isFinalBuild, true) }}:
- task: AzureFileCopy@6
displayName: SDK Partner Release AzCopy
inputs:
SourcePath: artifacts/*
SourcePath: $(Pipeline.Workspace)/Artifact/*
azureSubscription: azuresdkpartnerdrops_javatooling
Destination: AzureBlob
storage: azuresdkpartnerdrops
ContainerName: drops
BlobPrefix: azure-signalr/dotnet/$(BuildNumber)
AdditionalArgumentsForBlobCopy: --log-level=INFO

0 comments on commit 7780eae

Please sign in to comment.