Skip to content

Commit

Permalink
Add artifiacts config to appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatoni Solarin-Sodara committed Mar 4, 2017
1 parent ecd65d8 commit baa838c
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 @@ -5,6 +5,9 @@ configuration:
build_script:
- echo "Building for %CONFIGURATION%"
- ps: .\build.ps1 %CONFIGURATION%
artifacts:
- path: .\artifacts\*.nupkg
name: NuGet
test_script:
- ps: .\test.ps1
cache:
Expand Down

0 comments on commit baa838c

Please sign in to comment.