Skip to content

Commit

Permalink
Merge pull request #50 from TheScripters/ahwm-patch-1
Browse files Browse the repository at this point in the history
Update appveyor.yml
  • Loading branch information
ahwm authored Mar 24, 2020
2 parents 1fbf2bf + e46fdf9 commit ab83803
Showing 1 changed file with 37 additions and 13 deletions.
50 changes: 37 additions & 13 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

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 ab83803

Please sign in to comment.