1
0
mirror of synced 2024-06-29 15:27:40 +00:00

Fix build errors due to incompatible GitVersion

This commit is contained in:
Mark van Renswoude 2023-04-06 08:18:38 +02:00
parent 6cf2314ae0
commit b66c448c17
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ mode: ContinuousDeployment
branches: branches:
master: master:
mode: ContinuousDelivery mode: ContinuousDelivery
regex: ^master$
ignore: ignore:
sha: [] sha: []

View File

@ -2,7 +2,7 @@ image: Visual Studio 2019
install: install:
- choco install gitversion.portable -pre -y - choco install gitversion.portable -y --version 5.12.0
before_build: before_build:
- nuget restore - nuget restore