From b7b3d1c58ae61f49d0c05a1b0a275fbae24c802b Mon Sep 17 00:00:00 2001 From: Axel Isouard Date: Sat, 26 Nov 2016 10:36:06 +0100 Subject: [PATCH] AppVeyor: Use ALL_BUILD.vcxproj instead of INSTALL.vcxproj --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index a10eadb..493c496 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ configuration: Release clone_folder: c:\projects\libwebrtc build: - project: INSTALL.vcxproj + project: ALL_BUILD.vcxproj before_build: - cd c:\projects\libwebrtc