Fix build errors due to incompatible GitVersion
This commit is contained in:
parent
6cf2314ae0
commit
b66c448c17
@ -2,5 +2,6 @@ mode: ContinuousDeployment
|
|||||||
branches:
|
branches:
|
||||||
master:
|
master:
|
||||||
mode: ContinuousDelivery
|
mode: ContinuousDelivery
|
||||||
|
regex: ^master$
|
||||||
ignore:
|
ignore:
|
||||||
sha: []
|
sha: []
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user