Skip to content

Commit

Permalink
Ticket 214 : Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
thabart committed Oct 6, 2016
1 parent 5ed421a commit 377e96e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
version: 1.0.{build}
skip_non_tags: true
build_script:
- cmd: cd SimpleIdentityServer\src && generate-nugetpkgs.cmd
- cmd: cd SimpleIdentityServer\src && dotnet restore && generate-nugetpkgs.cmd
artifacts:
- path: SimpleIdentityServer\src\feed\*.nupkg
name: NugetPackages
- path: LokitCa.cer
name: Certificate
name: Certificate
deploy:
- provider: NuGet
api_key:
secure: pziM2WPIuSTwZLLV+APtqvUB5JqK0bpFIW/DfuYBmD7YjyKoO21px5aHY/qMTQef
artifact: NugetPackages
on:
branch: master
appveyor_repo_tag: true
- provider: GitHub
description: SimpleIdentityServer
auth_token:
secure: lQ8ijoj6dfshLfFWRKFUrphgt4LkIz1YduZU+S6xuF33ewz1WcySLNJURJysTF11
artifact: Certificate,Nuget
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 377e96e

Please sign in to comment.