From 0fe295aa9cbbc2fc424d69c7368e577515800727 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sun, 18 Oct 2015 21:10:45 -0700 Subject: Build NuGet package on AppVeyor --- scripts/nuget.autopkg | 2 +- scripts/nuget_build.bat | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/nuget.autopkg b/scripts/nuget.autopkg index 3843ee9..85fc55f 100644 --- a/scripts/nuget.autopkg +++ b/scripts/nuget.autopkg @@ -1,7 +1,7 @@ nuget { nuspec { id = pugixml; - version: 1.7.0; + version: 1.7.0-appveyor; authors: {Arseny Kapoulkine}; owners: {Arseny Kapoulkine}; 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 && ^ -- cgit v1.2.3