Files
NetUnicodeInfo/appveyor.yml
T

25 lines
601 B
YAML
Raw Normal View History

2014-12-14 10:59:40 +01:00
version: '{build}'
2016-01-14 01:36:58 +01:00
os: Visual Studio 2015
2014-12-14 10:59:40 +01:00
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: AssemblyInfo.Common.*
2016-08-09 00:28:04 +02:00
assembly_version: 2.0.0.{build}
assembly_file_version: 2.0.0.{build}
assembly_informational_version: 2.0.0.{build}-CI
before_build:
- cmd: nuget restore
2014-12-14 10:59:40 +01:00
build:
2014-12-14 11:13:33 +01:00
publish_nuget: true
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