From 420ce71170489840376c8236da268a7747bb607b Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 3 Sep 2017 13:25:34 -0700 Subject: Enable multi-target build and dutil.nupkg --- appveyor.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index fc70dbef..432653c6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,15 +2,18 @@ image: Visual Studio 2017 version: 0.0.0.{build} configuration: Release -platform: - - x86 - - x64 environment: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 NUGET_XMLDOC_MODE: skip +before_build: + - nuget restore + +build_script: + - appveyor.cmd + pull_requests: do_not_increment_build_number: true -- cgit v1.2.3-55-g6feb