Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
azyobuzin committed Aug 17, 2016
1 parent c2117f9 commit fce01f3
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
version: 1.6.0.{build}
version: 1.6.1.{build}

os: Visual Studio 2015

build:
project: CoreTweetSupplement.sln
parallel: true
publish_nuget: true
build_script:
- ps: dotnet restore
- ps: dotnet pack -c Release --version-suffix "ci$(Get-Date -Format yyyyMMddHHmm)" src\CoreTweetSupplement

configuration: Release
test_script:
- ps: dotnet test test\CoreTweetSupplement.Tests

nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true

assembly_info:
patch: true
file: "CoreTweetSupplement\\Properties\\AssemblyInfo.cs"
assembly_version: '{version}'
assembly_file_version: '{version}'
artifacts:
- path: src\CoreTweetSupplement\bin\Release\*.nupkg

0 comments on commit fce01f3

Please sign in to comment.