diff --git a/CMakeLists.txt b/CMakeLists.txt index 33d191c34..f9a8a7868 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ set_cache_with_env_or_default ( set_cache_with_env_or_default ( ADUC_VERSION_MINOR - "6" + "7" STRING "The minor part of the semantic version") @@ -53,7 +53,7 @@ set_cache_with_env_or_default ( set_cache_with_env_or_default ( ADUC_VERSION_PRERELEASE - "public-preview" + "rc1-public-preview" STRING "The pre-release part of the semantic version") diff --git a/azurepipelines/adu-debian-arm32-build.yml b/azurepipelines/adu-debian-arm32-build.yml index 292a3a576..69376e3ff 100644 --- a/azurepipelines/adu-debian-arm32-build.yml +++ b/azurepipelines/adu-debian-arm32-build.yml @@ -1,8 +1,8 @@ variables: version.major: 0 - version.minor: 6 + version.minor: 7 version.patch: 0 - version.pre-release: "public-preview" + version.pre-release: "rc1-public-preview" version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)] # Environment variables for all client builds: diff --git a/azurepipelines/adu-ubuntu-amd64-build.yml b/azurepipelines/adu-ubuntu-amd64-build.yml index 1b0a543d0..bb8a88011 100644 --- a/azurepipelines/adu-ubuntu-amd64-build.yml +++ b/azurepipelines/adu-ubuntu-amd64-build.yml @@ -1,8 +1,8 @@ variables: version.major: 0 - version.minor: 6 + version.minor: 7 version.patch: 0 - version.pre-release: "public-preview" + version.pre-release: "rc1-public-preview" version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)] # TODO(shiyipeng): Bug 30317524: [ADU E2E Testing] Azure Artifacts no longer free - publishing to test feed fails diff --git a/azurepipelines/adu-ubuntu-arm64-build.yml b/azurepipelines/adu-ubuntu-arm64-build.yml index 6cd868b79..b56755c6e 100644 --- a/azurepipelines/adu-ubuntu-arm64-build.yml +++ b/azurepipelines/adu-ubuntu-arm64-build.yml @@ -1,8 +1,8 @@ variables: - version.major: 0 - version.minor: 6 - version.patch: 0 - version.pre-release: "public-preview" + version.major: 0 + version.minor: 7 + version.patch: 0 + version.pre-release: "rc1-public-preview" version.build: $[format('{0:yyyyMMdd}-{0:HHmmss}', pipeline.startTime)] # Environment variables for all client builds: ADUC_VERSION_MAJOR: $(version.major)