Browse Source

Forced AppVeyor to restore NuGet packages (since it wasn't)

pull/1/head
Anairkoen Schno 5 years ago
parent
commit
b61294b000
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      appveyor.yml

+ 2
- 1
appveyor.yml View File

@ -3,6 +3,7 @@ pull_requests:
do_not_increment_build_number: true
install:
- git submodule update --init --recursive
- nuget restore
image: Visual Studio 2017
configuration: Release
platform: x64
@ -11,5 +12,5 @@ cache:
artifacts:
- path: IPA/bin/$(configuration)
build:
verbosity: minimal
verbosity: normal
project: BSIPA.sln

Loading…
Cancel
Save