Skip to content

Commit

Permalink
Check in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Yang committed May 29, 2015
1 parent 7388536 commit e7ba651
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Kfstorm.DoubanFM.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.1")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0.0")]
30 changes: 30 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 0.2.1.{build}
skip_tags: true
os: Visual Studio 2015 RC
configuration: Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: 0.2.1-alpha
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
nuget:
project_feed: true
before_build:
- nuget restore
build:
publish_nuget: true
publish_nuget_symbols: true
include_nuget_references: true
verbosity: minimal
test:
assemblies: '**\*UnitTest.dll'
deploy:
- provider: NuGet
api_key:
secure: L7HheuTdHTMKBF86h/UGwbpsaCkM8MZLxsT9YziqFxRtfrQOrkmrQ6uUlbIbtee0
on:
branch: master

0 comments on commit e7ba651

Please sign in to comment.