From e3558c287b9791609b0da4a5039195a5943bc855 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Tue, 12 Sep 2017 21:25:56 +0200 Subject: [PATCH] Do sequential builds for Debug and Release in one job. --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index acbb5cbef..4246a1a2b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,3 @@ -configuration: -- Debug -- Release platform: Any CPU image: Visual Studio 2017 install: @@ -30,7 +27,8 @@ install: before_build: - nuget restore ILSpy.sln build_script: -- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" +- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false;Configuration=Debug "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" +- msbuild ILSpy.sln /v:minimal /p:ResolveNuGetPackages=false;Configuration=Release "/logger:%ProgramFiles%\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" after_build: - 7z a ILSpy_%APPVEYOR_REPO_BRANCH%_%ILSPY_VERSION_NUMBER%_Binaries.zip %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\Release\net461\*.dll %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\Release\net461\*.exe %APPVEYOR_BUILD_FOLDER%\ILSpy\bin\Release\net461\*.config test: