summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-08-18 22:55:33 +0100
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2017-08-20 07:12:09 +0100
commit50952c0a5eb7dfb9472cf451b80455bfeb636e07 (patch)
tree047b5b65932ecd1028b6535cde98fd42eae0890c /scripts
parentf423cec11ba2b91a9c72b6b7c7de246044bc4164 (diff)
scripts: Fix NuGet VS2017 build
Due to a typo in build script v141 binaries were built using VS2015 instead of VS2017. Fixes #157.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nuget_build.ps14
1 files changed, 2 insertions, 2 deletions
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"