Skip to content

Commit b26ea5d

Browse files
authored
Temp disable azcopy since the Azure pipeline service connection is not yet working (#1961)
1 parent 855316d commit b26ea5d

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.azure/pipelines/release.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -173,14 +173,4 @@ extends:
173173
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
174174
displayName: "Manifest Generator "
175175
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)
176+
BuildDropPath: artifacts

0 commit comments

Comments
 (0)