diff --git a/.azure/pipelines/release.yml b/.azure/pipelines/release.yml index aaf3e9df0..24bd06844 100644 --- a/.azure/pipelines/release.yml +++ b/.azure/pipelines/release.yml @@ -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 @@ -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