mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Merge pull request #973 from naveensrinivasan/appveyornuget
Generate nuget packages on appveyor
This commit is contained in:
@@ -4,4 +4,10 @@ build_script:
|
||||
- cmd: build.cmd BuildApp
|
||||
- cmd: build.cmd UnitTests
|
||||
- cmd: build.cmd ConventionTests
|
||||
- cmd: build.cmd CreatePackages
|
||||
test: off
|
||||
nuget:
|
||||
account_feed: true
|
||||
project_feed: true
|
||||
artifacts:
|
||||
- path: '**\octokit*.nupkg'
|
||||
|
||||
Reference in New Issue
Block a user