From cba9d16b54cd4ba5b8750ee97ed5aa36cf1fc382 Mon Sep 17 00:00:00 2001
From: Rob Mensching <rob@firegiant.com>
Date: Fri, 29 Dec 2017 04:55:28 -0800
Subject: Update to latest changes from Core and send build notifications to
 Slack

---
 appveyor.cmd | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'appveyor.cmd')

diff --git a/appveyor.cmd b/appveyor.cmd
index a4f49085..4621592d 100644
--- a/appveyor.cmd
+++ b/appveyor.cmd
@@ -5,7 +5,9 @@ nuget restore
 
 msbuild -p:Configuration=Release -t:Restore
 
-msbuild -p:Configuration=Release -t:Pack .\src\wixext\WixToolset.VisualStudio.wixext.csproj
+msbuild -p:Configuration=Release src\test\WixToolsetTest.VisualStudio\WixToolsetTest.VisualStudio.csproj
+
+msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.VisualStudio.wixext.csproj
 
 @popd
 @endlocal
\ No newline at end of file
-- 
cgit v1.2.3-55-g6feb