Skip to content
Snippets Groups Projects
Commit 50952c0a authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

scripts: Fix NuGet VS2017 build

Due to a typo in build script v141 binaries were built using VS2015
instead of VS2017.

Fixes #157.
parent f423cec1
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ Build-Version "vs2013" "v120" "static" ...@@ -40,8 +40,8 @@ Build-Version "vs2013" "v120" "static"
Build-Version "vs2015" "v140" "dynamic" Build-Version "vs2015" "v140" "dynamic"
Build-Version "vs2015" "v140" "static" Build-Version "vs2015" "v140" "static"
Build-Version "vs2015" "v141" "dynamic" Build-Version "vs2017" "v141" "dynamic"
Build-Version "vs2015" "v141" "static" Build-Version "vs2017" "v141" "static"
Run-Command "nuget pack nuget" Run-Command "nuget pack nuget"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment