Skip to content

Commit

Permalink
Update release.yml (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicancy authored Aug 26, 2024
1 parent bbae0d1 commit 4c2a087
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 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,13 +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@4
- task: AzureFileCopy@6
displayName: SDK Partner Release AzCopy
inputs:
SourcePath: artifacts/*
ConnectedServiceNameARM: azuresdkpartnerdrops_javatooling
SourcePath: $(Pipeline.Workspace)/Artifact/*
azureSubscription: azuresdkpartnerdrops_javatooling
Destination: AzureBlob
StorageAccountRM: azuresdkpartnerdrops_javatooling
storage: azuresdkpartnerdrops
ContainerName: drops
BlobPrefix: azure-signalr/dotnet/$(BuildNumber)

0 comments on commit 4c2a087

Please sign in to comment.