Linux release notes

This commit is contained in:
flightlevel 2019-03-03 17:22:34 +11:00
parent ee2743cdc9
commit 9e90edd397
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
version: 0.10.{build}
skip_tags: true
image:
- Visual Studio 2017
- Ubuntu
environment:
APPVEYOR_YML_DISABLE_PS_LINUX: true
@ -26,6 +25,7 @@ build_script:
test: off
before_deploy:
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
- sh: release_description=$(cat BuildOutput/ReleaseNotes.txt)
deploy:
- provider: GitHub
tag: v$(APPVEYOR_BUILD_VERSION)