Add AppVeyor configuration file.

This commit is contained in:
GoldenCrystal
2014-12-14 10:59:40 +01:00
parent da53411d30
commit 4f5ac9d555
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -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
+12
View File
@@ -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