Skip to content

Commit

Permalink
Fixed GitVersion in build
Browse files Browse the repository at this point in the history
- Prerelease breaks NuGetVersion variable, requires further modifications to the versioning. Use v5 for now.
  • Loading branch information
MvRens committed Jan 24, 2023
1 parent 67031b0 commit 36b68c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image: Visual Studio 2022


install:
- choco install gitversion.portable -pre -y
- choco install gitversion.portable -y --version 5.12.0

before_build:
- nuget restore
Expand Down

0 comments on commit 36b68c2

Please sign in to comment.