From c239e0cc3a28a50c42c63b086ee62e17cf699104 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 4 Feb 2019 20:06:58 -0600 Subject: Integrate into latest v4. --- appveyor.cmd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 appveyor.cmd (limited to 'appveyor.cmd') diff --git a/appveyor.cmd b/appveyor.cmd new file mode 100644 index 00000000..8a48fe2b --- /dev/null +++ b/appveyor.cmd @@ -0,0 +1,16 @@ +@setlocal +@pushd %~dp0 + +nuget restore + +msbuild -p:Configuration=Release -t:Restore + +msbuild -p:Configuration=Release -p:Platform=Win32 src\ca\complusca.vcxproj +msbuild -p:Configuration=Release -p:Platform=x64 src\ca\complusca.vcxproj + +msbuild -p:Configuration=Release src\test\WixToolsetTest.ComPlus\WixToolsetTest.ComPlus.csproj + +msbuild -p:Configuration=Release -t:Pack src\wixext\WixToolset.ComPlus.wixext.csproj + +@popd +@endlocal \ No newline at end of file -- cgit v1.2.3-55-g6feb