Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Add artifacts to AppVeyor
Browse files Browse the repository at this point in the history
Adds NuGet package to artifacts of AppVeyor
  • Loading branch information
ShyRed committed Apr 27, 2019
1 parent 561ad23 commit 4816e68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ image: Visual Studio 2017
before_build:
- cmd: nuget restore
build:
verbosity: minimal
verbosity: minimal
artifacts:
- path: '**\*.nupkg'
name: NuGet Package

0 comments on commit 4816e68

Please sign in to comment.