From 810322d34d6050e166f4c476beb2ec7291776452 Mon Sep 17 00:00:00 2001 From: Artur Stolear Date: Tue, 10 Dec 2024 02:14:42 +0100 Subject: [PATCH] Specify exact version for GitVersion setup. Updated the `INPUT_VERSIONSPEC` from `6.x` to `6.0.x` in azure.env, local.env, and github.env to ensure precision in version selection. This change helps in avoiding unintended major version upgrades while maintaining minor updates within the 6.0 release series. --- envs/gitversion/setup/azure.env | 2 +- envs/gitversion/setup/github.env | 2 +- envs/gitversion/setup/local.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/envs/gitversion/setup/azure.env b/envs/gitversion/setup/azure.env index 4eac80ace..539fcfc97 100644 --- a/envs/gitversion/setup/azure.env +++ b/envs/gitversion/setup/azure.env @@ -4,4 +4,4 @@ AGENT_TOOLSDIRECTORY=./.test/tools INPUT_IGNOREFAILEDSOURCES=true INPUT_INCLUDEPRERELEASE=false INPUT_PREFERLATESTVERSION=false -INPUT_VERSIONSPEC=6.x +INPUT_VERSIONSPEC=6.0.x diff --git a/envs/gitversion/setup/github.env b/envs/gitversion/setup/github.env index 2a09afbcb..dc6fdf7e8 100644 --- a/envs/gitversion/setup/github.env +++ b/envs/gitversion/setup/github.env @@ -4,4 +4,4 @@ RUNNER_TOOL_CACHE=./.test/tools INPUT_IGNOREFAILEDSOURCES=true INPUT_INCLUDEPRERELEASE=false INPUT_PREFERLATESTVERSION=false -INPUT_VERSIONSPEC=6.x +INPUT_VERSIONSPEC=6.0.x diff --git a/envs/gitversion/setup/local.env b/envs/gitversion/setup/local.env index f87d858bf..5961d31d7 100644 --- a/envs/gitversion/setup/local.env +++ b/envs/gitversion/setup/local.env @@ -4,4 +4,4 @@ AGENT_TOOLS_DIR=./.test/tools INPUT_IGNOREFAILEDSOURCES=true INPUT_INCLUDEPRERELEASE=false INPUT_PREFERLATESTVERSION=false -INPUT_VERSIONSPEC=6.x +INPUT_VERSIONSPEC=6.0.x