From 414b12bf8001e560d10f4f86bb8f481f87852a2b Mon Sep 17 00:00:00 2001 From: Trung <57174311+trungnt2910@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:40:00 +0700 Subject: [PATCH] build: Fix gitversion Hopefully this will generate sane version strings. --- gitversion.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitversion.yml b/gitversion.yml index 0848673..4bfad3c 100644 --- a/gitversion.yml +++ b/gitversion.yml @@ -1,5 +1,5 @@ assembly-versioning-scheme: MajorMinorPatch -mode: Mainline +mode: ContinuousDeployment branches: master: @@ -48,4 +48,4 @@ branches: increment: inherit ignore: - sha: [] \ No newline at end of file + sha: []