Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson authored Nov 3, 2018
1 parent 14b30ff commit 6dc5eb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ before_build:
configuration: Release
build:
verbosity: minimal

on_success:
- ps: Get-ChildItem publish\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

0 comments on commit 6dc5eb5

Please sign in to comment.