2018-09-24 14:43:32 +02:00
|
|
|
version: 2.3.0.{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-09-07 23:52:28 +02:00
|
|
|
assembly_version: '{version}'
|
|
|
|
|
assembly_file_version: '{version}'
|
|
|
|
|
assembly_informational_version: '{version}-CI'
|
|
|
|
|
dotnet_csproj:
|
|
|
|
|
patch: true
|
|
|
|
|
file: Common.props
|
|
|
|
|
version: '{version}'
|
|
|
|
|
package_version: '{version}'
|
2017-06-24 13:32:04 +02:00
|
|
|
before_build:
|
|
|
|
|
- cmd: nuget restore
|
2014-12-14 10:59:40 +01:00
|
|
|
build:
|
2014-12-14 11:13:33 +01:00
|
|
|
verbosity: minimal
|
2017-06-24 13:32:04 +02:00
|
|
|
test_script:
|
2017-06-24 14:12:59 +02:00
|
|
|
- cmd: >-
|
|
|
|
|
cd UnicodeInformation.Tests
|
|
|
|
|
|
|
|
|
|
dotnet xunit
|
2014-12-14 11:13:33 +01:00
|
|
|
artifacts:
|
|
|
|
|
- path: UnicodeCharacterInspector\bin\Release
|
2014-12-14 11:45:28 +01:00
|
|
|
name: UnicodeCharacterInspector
|
2017-09-07 23:52:28 +02:00
|
|
|
- path: UnicodeInformation\bin\Release\UnicodeInformation.*.nupkg
|
|
|
|
|
name: NuGet
|
2014-12-14 11:45:28 +01:00
|
|
|
deploy:
|
|
|
|
|
- provider: NuGet
|
|
|
|
|
api_key:
|
|
|
|
|
secure: S1uTeXbjD8eLun90hsjHjyf2TpjxOWS9YW7Z2Xu7Cg/sV5ogRm7OAr9P7E5lhueE
|
|
|
|
|
skip_symbols: true
|
|
|
|
|
on:
|
|
|
|
|
branch: master
|