Skip to content

Commit

Permalink
Don't deploy internally for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Cartoixa committed May 26, 2016
1 parent b89e9bf commit 9ee26bc
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ artifacts:
type: NuGet

deploy:
- provider: NuGet
server: http://CHANTIERS.hq.isogeo.fr:1080/nuget/
api_key:
secure: dhIRC1uq0713VuNuLt7qUw==
artifact: /.*\.nupkg/
skip_symbols: true
on:
branch: master
# - provider: NuGet
# server: http://CHANTIERS.hq.isogeo.fr:1080/nuget/
# api_key:
# secure: dhIRC1uq0713VuNuLt7qUw==
# artifact: /.*\.nupkg/
# skip_symbols: true
# on:
# branch: master
- provider: NuGet
api_key:
secure: 6qsDT4uV1HnaEVNi4hV2R9qG12o3ZVXgoZjGgxDvImFhm6d11CUTqoSXxfZ/3uAN
Expand All @@ -52,7 +52,6 @@ deploy:
- provider: GitHub
auth_token:
secure: Rlhui0x/FJviVHpu89ZGy0PnEuzqsrMpECDjoSGb2+OkKm0UixP+LtMIEDy4XX1K
release: 'v$(appveyor_build_version)'
description: ''
artifact: /.*\.nupkg/
draft: true
Expand Down

0 comments on commit 9ee26bc

Please sign in to comment.