Enable master link replacement feature for cpp (#632)
This commit is contained in:
parent
0138fad17b
commit
caf9fbc7d6
@ -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'
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user