Skip to content

Commit 22b3a4b

Browse files
authored
Fix AppVeyor build (#1241)
Don't use pre-release version of GitVersion since that fails on AppVeyor. Instead hard-code version 5.11.1 which is the one that previously worked.
1 parent cd83072 commit 22b3a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ init:
99
set GitVersion_NoNormalizeEnabled=true
1010
set IGNORE_NORMALISATION_GIT_HEAD_MOVE=1
1111
install:
12-
- choco install gitversion.portable -pre -y
12+
- choco install gitversion.portable --version 5.11.1 -y
1313
nuget:
1414
disable_publish_on_pr: true
1515
disable_publish_octopus: true

0 commit comments

Comments
 (0)