Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions eng/pipelines/templates/stages/archetype-cpp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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}}'
Expand Down Expand Up @@ -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

Expand Down