Add AppVeyor configuration file.
This commit is contained in:
@@ -13,6 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnicodeInformation.Builder"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{73097DF3-04B7-4C5F-B4EA-0EB800E40702}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
appveyor.yml = appveyor.yml
|
||||
AssemblyInfo.Common.cs = AssemblyInfo.Common.cs
|
||||
Example.cs = Example.cs
|
||||
LICENSE.txt = LICENSE.txt
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
version: '{build}'
|
||||
os: Visual Studio 2015 Preview
|
||||
configuration: Release
|
||||
platform: Any CPU
|
||||
assembly_info:
|
||||
patch: true
|
||||
file: AssemblyInfo.Common.*
|
||||
assembly_version: 1.0.1.{build}
|
||||
assembly_file_version: 1.0.1.{build}
|
||||
assembly_informational_version: 1.0.1.{build}-CI
|
||||
build:
|
||||
verbosity: minimal
|
||||
Reference in New Issue
Block a user