Skip to content

Commit 4415f66

Browse files
authored
Remove usage of azure-sdk-docs-prod-sas (#5637)
1 parent d055b7a commit 4415f66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eng/pipelines/templates/stages/archetype-cpp-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ stages:
5555
PackageRepository: CPP
5656
ReleaseSha: $(Build.SourceVersion)
5757
RepoId: Azure/azure-sdk-for-cpp
58-
58+
5959
- ${{if ne(artifact.skipPublishDocGithubIo, 'true')}}:
6060
- deployment: PublishDocs
6161
displayName: Publish Docs to GitHub pages
@@ -81,7 +81,6 @@ stages:
8181
- template: ../../../common/pipelines/templates/steps/publish-blobs.yml
8282
parameters:
8383
FolderForUpload: '$(Pipeline.Workspace)/docs/${{ artifact.Name }}'
84-
BlobSASKey: '$(azure-sdk-docs-prod-sas)'
8584
BlobName: '$(azure-sdk-docs-prod-blob-name)'
8685
TargetLanguage: 'cpp'
8786
ArtifactLocation: '$(Pipeline.Workspace)/packages/${{artifact.Name}}'
@@ -115,7 +114,7 @@ stages:
115114
if ('$(VcpkgForkBranchName)') {
116115
Write-Host "Using queue time branch name"
117116
$branchName = '$(VcpkgForkBranchName)'
118-
}
117+
}
119118
Write-Host "##vso[task.setvariable variable=PrBranchName]$branchName"
120119
displayName: Set fork branch name
121120

0 commit comments

Comments
 (0)