Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pack NuGet via AppVeyor #172

Merged
merged 2 commits into from Oct 1, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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