Remove usage of azure-sdk-docs-prod-sas (#5637)
This commit is contained in:
parent
d055b7a921
commit
4415f66cff
@ -55,7 +55,7 @@ stages:
|
||||
PackageRepository: CPP
|
||||
ReleaseSha: $(Build.SourceVersion)
|
||||
RepoId: Azure/azure-sdk-for-cpp
|
||||
|
||||
|
||||
- ${{if ne(artifact.skipPublishDocGithubIo, 'true')}}:
|
||||
- deployment: PublishDocs
|
||||
displayName: Publish Docs to GitHub pages
|
||||
@ -81,7 +81,6 @@ stages:
|
||||
- template: ../../../common/pipelines/templates/steps/publish-blobs.yml
|
||||
parameters:
|
||||
FolderForUpload: '$(Pipeline.Workspace)/docs/${{ artifact.Name }}'
|
||||
BlobSASKey: '$(azure-sdk-docs-prod-sas)'
|
||||
BlobName: '$(azure-sdk-docs-prod-blob-name)'
|
||||
TargetLanguage: 'cpp'
|
||||
ArtifactLocation: '$(Pipeline.Workspace)/packages/${{artifact.Name}}'
|
||||
@ -115,7 +114,7 @@ stages:
|
||||
if ('$(VcpkgForkBranchName)') {
|
||||
Write-Host "Using queue time branch name"
|
||||
$branchName = '$(VcpkgForkBranchName)'
|
||||
}
|
||||
}
|
||||
Write-Host "##vso[task.setvariable variable=PrBranchName]$branchName"
|
||||
displayName: Set fork branch name
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user