2017-10-29 01:13:04 +00:00
|
|
|
version: 0.8.{build}
|
2017-05-14 16:53:49 +00:00
|
|
|
skip_tags: true
|
2017-10-29 01:13:04 +00:00
|
|
|
image: Visual Studio 2017
|
2017-05-14 16:53:49 +00:00
|
|
|
configuration: Release
|
|
|
|
assembly_info:
|
|
|
|
patch: true
|
|
|
|
file: '**\AssemblyInfo.*'
|
|
|
|
assembly_version: '{version}'
|
|
|
|
assembly_file_version: '{version}'
|
|
|
|
assembly_informational_version: '{version}'
|
2017-11-05 10:53:43 +00:00
|
|
|
dotnet_csproj:
|
|
|
|
patch: true
|
|
|
|
file: '**\*.csproj'
|
|
|
|
version: '{version}'
|
|
|
|
package_version: '{version}'
|
|
|
|
assembly_version: '{version}'
|
|
|
|
file_version: '{version}'
|
|
|
|
informational_version: '{version}'
|
2017-11-11 06:14:14 +00:00
|
|
|
build_script:
|
|
|
|
- ps: .\build.ps1
|
|
|
|
test: off
|
2017-11-19 06:19:49 +00:00
|
|
|
before_deploy:
|
|
|
|
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
2017-05-14 16:53:49 +00:00
|
|
|
deploy:
|
|
|
|
- provider: GitHub
|
|
|
|
tag: v$(appveyor_build_version)
|
2017-11-19 06:19:49 +00:00
|
|
|
description: $(release_description)
|
2017-05-14 16:53:49 +00:00
|
|
|
auth_token:
|
|
|
|
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
|
|
|
draft: true
|
|
|
|
on:
|
|
|
|
branch: master
|
|
|
|
notifications:
|
2017-10-29 01:13:04 +00:00
|
|
|
- provider: Webhook
|
|
|
|
url: https://skyhook.glitch.me/api/webhooks/346588605843767297/_VWi5abKliaWsBmQO7AX69tD28FhqSLjKyLBwkSwwT13uyWJQHx5TSWK_iAs-0RzmyvZ/appveyor
|
|
|
|
method: POST
|
2017-05-14 16:53:49 +00:00
|
|
|
on_build_success: true
|
|
|
|
on_build_failure: true
|
2017-05-08 12:26:56 +00:00
|
|
|
on_build_status_changed: true
|