Skip to content

Commit

Permalink
Temp disable azcopy since the Azure pipeline service connection is no…
Browse files Browse the repository at this point in the history
…t yet working (#1961)
  • Loading branch information
vicancy authored Jul 9, 2024
1 parent 855316d commit b26ea5d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .azure/pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,4 @@ extends:
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: "Manifest Generator "
inputs:
BuildDropPath: artifacts
- ${{ if eq(parameters.isFinalBuild, true) }}:
- task: AzureFileCopy@4
displayName: SDK Partner Release AzCopy
inputs:
SourcePath: artifacts/*
ConnectedServiceNameARM: azuresdkpartnerdrops
Destination: AzureBlob
StorageAccountRM: azuresdkpartnerdrops
ContainerName: drops
BlobPrefix: azure-signalr/dotnet/$(BuildNumber)
BuildDropPath: artifacts

0 comments on commit b26ea5d

Please sign in to comment.