File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments