From f035fa822de0af72110a545fa54704e9d7a63aff Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Fri, 27 Oct 2017 08:12:52 +0200 Subject: [PATCH] Test nuget specific options in appveyor.yml --- appveyor.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index ad8006791..7879119a2 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,8 +6,16 @@ image: Visual Studio 2017 install: - git submodule update --init --recursive - ps: .\BuildTools\appveyor-install.ps1 +nuget: + account_feed: true + project_feed: true + disable_publish_on_pr: true before_build: - nuget restore ILSpy.sln +build: + publish_nuget: true + publish_nuget_symbols: true + include_nuget_references: true build_script: - msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" after_build: