Skip to content

Commit

Permalink
Merge pull request #172 from tathamoddie/appveyor-nuget-pack
Browse files Browse the repository at this point in the history
Pack NuGet via AppVeyor
  • Loading branch information
tathamoddie committed Oct 1, 2016
2 parents 5917f13 + 0945216 commit b85f70c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 58 deletions.
Binary file removed .nuget/NuGet.exe
Binary file not shown.
9 changes: 0 additions & 9 deletions Publish-Release.cmd

This file was deleted.

48 changes: 0 additions & 48 deletions Publish-Release.ps1

This file was deleted.

16 changes: 15 additions & 1 deletion appveyor.yml
@@ -1,5 +1,19 @@
version: 2.0.0.{build}

pull_requests:
do_not_increment_build_number: true

assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'

cache:
- packages -> packages\packages.config

before_build:
- nuget restore
- nuget restore

build:
publish_nuget: true

0 comments on commit b85f70c

Please sign in to comment.