2014-12-14 10:59:40 +01:00
|
|
|
version: '{build}'
|
2017-06-21 02:36:08 +02:00
|
|
|
image: Visual Studio 2017
|
2014-12-14 10:59:40 +01:00
|
|
|
configuration: Release
|
|
|
|
|
platform: Any CPU
|
|
|
|
|
assembly_info:
|
|
|
|
|
patch: true
|
|
|
|
|
file: AssemblyInfo.Common.*
|
2017-06-21 02:36:08 +02:00
|
|
|
assembly_version: 2.1.0.{build}
|
|
|
|
|
assembly_file_version: 2.1.0.{build}
|
|
|
|
|
assembly_informational_version: 2.1.0.{build}-CI
|
2014-12-14 10:59:40 +01:00
|
|
|
build:
|
2014-12-14 11:13:33 +01:00
|
|
|
verbosity: minimal
|
|
|
|
|
artifacts:
|
|
|
|
|
- path: UnicodeCharacterInspector\bin\Release
|
2014-12-14 11:45:28 +01:00
|
|
|
name: UnicodeCharacterInspector
|
|
|
|
|
deploy:
|
|
|
|
|
- provider: NuGet
|
|
|
|
|
api_key:
|
|
|
|
|
secure: S1uTeXbjD8eLun90hsjHjyf2TpjxOWS9YW7Z2Xu7Cg/sV5ogRm7OAr9P7E5lhueE
|
|
|
|
|
skip_symbols: true
|
|
|
|
|
on:
|
|
|
|
|
branch: master
|