Skip to content

Commit

Permalink
Bumped release number to 2.0.0-pre3
Browse files Browse the repository at this point in the history
Updated appveyor.yml, to automatically deploy master branch builds. Hopefully this will fix the symbol server issues.
  • Loading branch information
abe545 committed Mar 17, 2015
1 parent 8bc9404 commit 3c43df7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CodeOnlyStoredProcedures.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>CodeOnlyStoredProcedures</id>
<version>2.0.0-pre2</version>
<version>2.0.0-pre3</version>
<title>Code Only Stored Proecedures</title>
<authors>Abraham Heidebrecht</authors>
<projectUrl>https://github.com/abe545/CodeOnlyStoredProcedures</projectUrl>
Expand Down
18 changes: 9 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.0.0.{build}

environment:
releaseVersion: 2.0.0
packageVersion: 2.0.0-pre2
packageVersion: 2.0.0-pre3

assembly_info:
patch: true
Expand Down Expand Up @@ -38,11 +38,11 @@ after_test:
artifacts:
- path: '*.nupkg'

#deploy:
# - provider: NuGet
# server:
# secure: KWCy/cmXPCGCHxgZeYVi0Z5eq7MZCUDzY9oqGs9kpMPNvbAYfK5s0aOS8JwzEOlb699R302QO80G2DiLB7Naow==
# api_key:
# secure: BpvfN0VAXhEcYOXAk1rq6OFRg85yKBz4Zc+GMXhdvb8=
# skip_symbols: true
# artifact: /.*\.nupkg/
deploy:
- provider: NuGet
on:
branch: master
api_key:
secure: YpmJQ9N6F0dfai0xFAoerzB7nruq9NOlhDquhAliwy5cS2A87wU7U+X4Q5eH8vyx
skip_symbols: false
artifact: /.*\.nupkg/

0 comments on commit 3c43df7

Please sign in to comment.