Skip to content

Commit

Permalink
Fix appveyor environment setting
Browse files Browse the repository at this point in the history
The `cmd: >-` concatenates lines if there are no empty lines
in-between, so this change should fix this.
  • Loading branch information
ermshiperete committed Jan 5, 2022
1 parent edf21a7 commit dc2f89f
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 @@ -4,7 +4,7 @@ branches:
- master
image: Visual Studio 2019
init:
- cmd: >-
- cmd: |
set GITVERSION_BUILD_NUMBER=%APPVEYOR_BUILD_NUMBER%
set GitVersion_NoNormalizeEnabled=true
set IGNORE_NORMALISATION_GIT_HEAD_MOVE=1
Expand Down

0 comments on commit dc2f89f

Please sign in to comment.