diff --git a/eng/pipelines/templates/stages/archetype-cpp-release.yml b/eng/pipelines/templates/stages/archetype-cpp-release.yml index 4ed89f950..4b82c7371 100644 --- a/eng/pipelines/templates/stages/archetype-cpp-release.yml +++ b/eng/pipelines/templates/stages/archetype-cpp-release.yml @@ -81,11 +81,8 @@ stages: - template: ../../../common/pipelines/templates/steps/publish-blobs.yml parameters: FolderForUpload: '$(Pipeline.Workspace)/docs/${{ artifact.Name }}' - BlobName: '$(azure-sdk-docs-prod-blob-name)' TargetLanguage: 'cpp' ArtifactLocation: '$(Pipeline.Workspace)/packages/${{artifact.Name}}' - # we override the regular script path because we have cloned the build tools repo as a separate artifact. - ScriptPath: '$(Build.SourcesDirectory)/eng/common/scripts/copy-docs-to-blobstorage.ps1' - ${{ if ne(artifact.skipPublishVcpkg, 'true') }}: - deployment: PublishVcpkg