From afe73da928005f53ec0a2ce2f53c9e6120290285 Mon Sep 17 00:00:00 2001 From: Stephen Daudell Date: Thu, 4 Aug 2016 14:36:44 -0500 Subject: Expand build to include VS 2013. --- scripts/nuget_build.bat | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/nuget_build.bat b/scripts/nuget_build.bat index ab3c984..cf942ea 100644 --- a/scripts/nuget_build.bat +++ b/scripts/nuget_build.bat @@ -1,6 +1,12 @@ @echo off cd %~dp0 +"%VS120COMNTOOLS%\VsMSBuildCmd.bat" && ^ +msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ +msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ +msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^ +msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /v:minimal /nologo + "%VS140COMNTOOLS%\VsMSBuildCmd.bat" && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ -- cgit v1.2.3