appveyor: reduce version string to basic info (#3324)
## Short roundup of the initial problem It was mostly out of date because we have to manually update it with our current version number. The use of that is suspect anyway, since it only displays in the appveyor build overview. It also had a redundant info about the branch. ## What will change with this Pull Request? - remove hard coded version number - remove branch - cleanup build trigger from [#3300](https://github.com/Cockatrice/Cockatrice/pull/3300/files#diff-11c909939117928998b102a1fff7d363) - more readable style ## Screenshots I did some tests, so don't be confused about the different styles displayed in the history: <!-- simply drag & drop image files directly into this description! --> 
This commit is contained in:
parent
b61c07a205
commit
a766aa7d8a
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
version: 2.6.0-branch-{branch}-build-{build}
|
||||
version: build {build}
|
||||
|
||||
#BUILD!!!
|
||||
# Skipping commits affecting specific files (GitHub only).
|
||||
# More details here: https://www.appveyor.com/docs/appveyor-yml and https://www.appveyor.com/docs/how-to/filtering-commits
|
||||
skip_commits:
|
||||
|
|
Loading…
Reference in a new issue