diff --git a/sdk/template/azure-template/CHANGELOG.md b/sdk/template/azure-template/CHANGELOG.md index d71c989dc2..81f44e16d7 100644 --- a/sdk/template/azure-template/CHANGELOG.md +++ b/sdk/template/azure-template/CHANGELOG.md @@ -1,20 +1,5 @@ # Release History -## 1.0.0-beta.28 (2020-02-09) - -* Validate vcpkg publishing automation with x-add-version -* Update PR naming - -## 1.0.0-beta.27 (2020-02-09) - -* Validate vcpkg publishing automation with x-add-version -* Update PR naming - -## 1.0.0-beta.26 (2020-02-08) - -* Validate vcpkg publishing automation with x-add-version -* Update PR naming - ## 1.0.0-beta.25 (2020-01-12) * Validate vcpkg publishing automation (part 20) diff --git a/sdk/template/azure-template/inc/azure/template/version.hpp b/sdk/template/azure-template/inc/azure/template/version.hpp index 96fafe0944..81614b8cc7 100644 --- a/sdk/template/azure-template/inc/azure/template/version.hpp +++ b/sdk/template/azure-template/inc/azure/template/version.hpp @@ -10,7 +10,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.28" +#define AZURE_TEMPLATE_VERSION_PRERELEASE "beta.25" namespace Azure { namespace Template { namespace Details { diff --git a/sdk/template/ci.yml b/sdk/template/ci.yml index 3f95ea1682..f1a34b7c0a 100644 --- a/sdk/template/ci.yml +++ b/sdk/template/ci.yml @@ -38,6 +38,3 @@ stages: - Name: azure-template Path: azure-template VcpkgPortName: azure-template-cpp - - Name: azure-template2 - Path: azure-template2 - VcpkgPortName: azure-template2-cpp