Skip to content

Commit 36b68c2

Browse files
committed
Fixed GitVersion in build
- Prerelease breaks NuGetVersion variable, requires further modifications to the versioning. Use v5 for now.
1 parent 67031b0 commit 36b68c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image: Visual Studio 2022
22

33

44
install:
5-
- choco install gitversion.portable -pre -y
5+
- choco install gitversion.portable -y --version 5.12.0
66

77
before_build:
88
- nuget restore

0 commit comments

Comments
 (0)