From b66c448c1742eea9dc9058262bc5058054a6dcc0 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Thu, 6 Apr 2023 08:18:38 +0200 Subject: [PATCH] Fix build errors due to incompatible GitVersion --- GitVersion.yml | 1 + appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 7989fe4..e8438d3 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -2,5 +2,6 @@ mode: ContinuousDeployment branches: master: mode: ContinuousDelivery + regex: ^master$ ignore: sha: [] diff --git a/appveyor.yml b/appveyor.yml index 1026791..5f676b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ image: Visual Studio 2019 install: - - choco install gitversion.portable -pre -y + - choco install gitversion.portable -y --version 5.12.0 before_build: - nuget restore