summaryrefslogtreecommitdiff
path: root/scripts/nuget_build.bat
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-10-18 21:10:45 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-10-23 11:11:49 -0700
commit0fe295aa9cbbc2fc424d69c7368e577515800727 (patch)
tree41baf5af8d84aa48bbd0f47fba95a7632f0b2ffa /scripts/nuget_build.bat
parenta3a9d53860ff3a71b700b7ed135c1722394bf2f9 (diff)
Build NuGet package on AppVeyor
Diffstat (limited to 'scripts/nuget_build.bat')
-rw-r--r--scripts/nuget_build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/nuget_build.bat b/scripts/nuget_build.bat
index 807f89a..ab3c984 100644
--- a/scripts/nuget_build.bat
+++ b/scripts/nuget_build.bat
@@ -1,4 +1,5 @@
@echo off
+cd %~dp0
"%VS140COMNTOOLS%\VsMSBuildCmd.bat" && ^
msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^