Skip to content

Commit

Permalink
include nuget restore
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wallis authored Mar 27, 2017
1 parent 68403bd commit 4ef6af7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version: 1.0.{build}
before_build:
- nuget restore
build:
verbosity: minimal
verbosity: normal
deploy:
- provider: GitHub
tag: myproduct-v$(appveyor_build_version)
release: product release of v$(appveyor_build_version)
description: Published from AppVeyor
auth_token:
secure: nNJ0tuvMX88/5GPQFV4mtqQe3pRgsJlOd8pvbi0+WeCOsyeNY3L///lRC8pF29wo6J+5b6TPLDDKdKGXveZo9FICP+6k95LkQCvlFzaXb4I=
artifact: release.zip
artifact: release.zip

0 comments on commit 4ef6af7

Please sign in to comment.