We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855316d commit b26ea5dCopy full SHA for b26ea5d
.azure/pipelines/release.yml
@@ -173,14 +173,4 @@ extends:
173
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
174
displayName: "Manifest Generator "
175
inputs:
176
- BuildDropPath: artifacts
177
- - ${{ if eq(parameters.isFinalBuild, true) }}:
178
- - task: AzureFileCopy@4
179
- displayName: SDK Partner Release AzCopy
180
- inputs:
181
- SourcePath: artifacts/*
182
- ConnectedServiceNameARM: azuresdkpartnerdrops
183
- Destination: AzureBlob
184
- StorageAccountRM: azuresdkpartnerdrops
185
- ContainerName: drops
186
- BlobPrefix: azure-signalr/dotnet/$(BuildNumber)
+ BuildDropPath: artifacts
0 commit comments