Enable master link replacement feature for cpp (#632)

This commit is contained in:
Sima Zhu 2020-09-17 17:51:27 -07:00 committed by GitHub
parent 0138fad17b
commit caf9fbc7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -66,6 +66,7 @@ stages:
BlobSASKey: '$(azure-sdk-docs-prod-sas)'
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'

View File

@ -1,4 +1,14 @@
# Release History
## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.3 (2020-09-09)
* (Engineering System) Enable master replacement link feature for cpp, attempt 2
## 1.0.0-beta.2 (2020-09-09)
* (Engineering System) Enable master replacement link feature for cpp, attempt 1
## 1.0.0-beta.7 (2020-09-15)