Skip to content

Commit

Permalink
Merge pull request #105 from Code52/deploy-to-chocolatey
Browse files Browse the repository at this point in the history
actually deploy the thing
  • Loading branch information
shiftkey committed Dec 1, 2015
2 parents 69a062d + 055f38d commit 128e2fa
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: 0.0.0.{build}
configuration: Debug
version: 1.0.0.{build}
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
Expand All @@ -10,15 +10,12 @@ environment:
Version: $(APPVEYOR_BUILD_VERSION)
GithubRepo: $(APPVEYOR_REPO_NAME)
build_script:
- build.cmd Debug
- build.cmd Release
test:
assemblies:
- '**\Carnac.Tests.dll'
artifacts:
- path: deploy\*.nupkg
name: ChocoPackage
- path: deploy\*.zip
name: ZipPackage
deploy:
- provider: NuGet
server: https://www.myget.org/F/dustinvenegas/api/v2/package
api_key:
secure: YZ8Sveu3DcOr37XXEPN7Omx3lv2h7kfDH+7GKZ6emTJz3z9EqKtssiYAeu7b8wVn
artifact: ChocoPackage

0 comments on commit 128e2fa

Please sign in to comment.