scripts: Fix NuGet VS2017 build
Due to a typo in build script v141 binaries were built using VS2015 instead of VS2017. Fixes #157.
This commit is contained in:
parent
f423cec11b
commit
50952c0a5e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue