From 50952c0a5eb7dfb9472cf451b80455bfeb636e07 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Fri, 18 Aug 2017 22:55:33 +0100 Subject: scripts: Fix NuGet VS2017 build Due to a typo in build script v141 binaries were built using VS2015 instead of VS2017. Fixes #157. --- scripts/nuget_build.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/nuget_build.ps1 b/scripts/nuget_build.ps1 index 9028426..cd11b59 100644 --- a/scripts/nuget_build.ps1 +++ b/scripts/nuget_build.ps1 @@ -40,8 +40,8 @@ Build-Version "vs2013" "v120" "static" Build-Version "vs2015" "v140" "dynamic" Build-Version "vs2015" "v140" "static" -Build-Version "vs2015" "v141" "dynamic" -Build-Version "vs2015" "v141" "static" +Build-Version "vs2017" "v141" "dynamic" +Build-Version "vs2017" "v141" "static" Run-Command "nuget pack nuget" -- cgit v1.2.3