Skip to content

Commit

Permalink
bringing appveyor.yml up to date with master
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwm committed Mar 24, 2020
1 parent 5146b8c commit 84295b4
Showing 1 changed file with 38 additions and 14 deletions.
52 changes: 38 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,48 @@
version: 1.0.{build}
image: Visual Studio 2017

configuration: Release
image: Visual Studio 2019

before_build:
- cmd: nuget restore src\Cardknox.sln

- cmd: nuget restore src\Cardknox.sln
build:
verbosity: minimal

artifacts:
- path: '\src\Cardknox.NET\bin\Release\Cardknox.API.Wrapper*.nupkg'
name: NuGet

deploy:
provider: NuGet
api_key:
secure: bsuOjvFlRd5YC/icDolLT+5pX2ejr4OujY/brObPlc4xSsMJY9I1Gvi9QFLgzYuh
skip_symbols: false
skip_tags: true
artifact: /Cardknox.*\.nupkg/
on:
branch: master
for:

-
branches:
only:
- master

configuration: Release

deploy:
provider: NuGet
api_key:
secure: bsuOjvFlRd5YC/icDolLT+5pX2ejr4OujY/brObPlc4xSsMJY9I1Gvi9QFLgzYuh
skip_symbols: false
skip_tags: true
artifact: /Cardknox.*\.nupkg/
on:
branch: master

-
branches:
only:
- 5.0

configuration: Release

deploy:
provider: NuGet
api_key:
secure: bsuOjvFlRd5YC/icDolLT+5pX2ejr4OujY/brObPlc4xSsMJY9I1Gvi9QFLgzYuh
skip_symbols: false
skip_tags: true
artifact: /Cardknox.*\.nupkg/
on:
branch: 5.0

0 comments on commit 84295b4

Please sign in to comment.