Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions eng/pipelines/templates/stages/archetype-cpp-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
10 changes: 10 additions & 0 deletions sdk/template/azure-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Release History
## 1.0.0-beta.4 (Unreleased)


## 1.0.0-beta.3 (2020-09-09)

* (Engineer System) Enable master replacement link feature for cpp, attempt 2

## 1.0.0-beta.2 (2020-09-09)

* (Engineer System) Enable master replacement link feature for cpp, attempt 1

## 1.0.0-beta.2 (2020-09-09)

Expand Down
2 changes: 1 addition & 1 deletion sdk/template/azure-template/inc/azure/template/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define AZURE_TEMPLATE_VERSION_MAJOR 1
#define AZURE_TEMPLATE_VERSION_MINOR 0
#define AZURE_TEMPLATE_VERSION_PATCH 0
#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.2"
#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.4"

namespace Azure { namespace Template {

Expand Down