Update appveyor.yml
Just to store the last appveyor build version in the CI builds description
This commit is contained in:
parent
1b0043dea4
commit
eaf8b9a081
|
@ -40,7 +40,7 @@ test: off
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: appveyor-build
|
tag: appveyor-build
|
||||||
description: 'FB Neo Appveyor automatic build'
|
description: appveyor-build-$(appveyor_build_version)
|
||||||
force_update: true
|
force_update: true
|
||||||
on:
|
on:
|
||||||
branch: master # release from master branch only
|
branch: master # release from master branch only
|
||||||
|
|
Loading…
Reference in New Issue