summaryrefslogtreecommitdiff
path: root/scripts/nuget_build.bat
diff options
context:
space:
mode:
authorIvan Gagis <igagis@gmail.com>2017-06-15 10:59:33 +0300
committerIvan Gagis <igagis@gmail.com>2017-06-15 10:59:33 +0300
commitc7131b01f990930a8d2f74ac01d27c6a66800796 (patch)
treea1a5994ef41d357dc795500c101c7b5cebce74bf /scripts/nuget_build.bat
parent38edf255aee473ade74d955faa79e4f7a5c38eb1 (diff)
VS2017 project
Diffstat (limited to 'scripts/nuget_build.bat')
-rw-r--r--scripts/nuget_build.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/nuget_build.bat b/scripts/nuget_build.bat
index 588f036..8fb2bb7 100644
--- a/scripts/nuget_build.bat
+++ b/scripts/nuget_build.bat
@@ -10,4 +10,8 @@ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /v:minimal /nologo && ^
+msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^
+msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^
+msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x64 /v:minimal /nologo && ^
+msbuild pugixml_vs2017.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /v:minimal /nologo && ^
powershell Write-NuGetPackage nuget.autopkg