diff options
Diffstat (limited to 'scripts/nuget_build.bat')
-rw-r--r-- | scripts/nuget_build.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/nuget_build.bat b/scripts/nuget_build.bat new file mode 100644 index 0000000..807f89a --- /dev/null +++ b/scripts/nuget_build.bat @@ -0,0 +1,8 @@ +@echo off + +"%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 && ^ +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 && ^ +powershell Write-NuGetPackage nuget.autopkg |