From: Paul Durrant Date: Wed, 18 Jul 2018 14:23:21 +0000 (+0100) Subject: Fix SDV release parameter X-Git-Tag: 9.0.0-rc1~36 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ea9feeb72075a19ef693788fdfc1cd7f33aa1640;p=pvdrivers%2Fwin%2Fxenvbd.git Fix SDV release parameter Signed-off-by: Paul Durrant --- diff --git a/build.py b/build.py index b387e81..dba9813 100755 --- a/build.py +++ b/build.py @@ -255,9 +255,8 @@ def remove_timestamps(path): src.close() def run_sdv(name, dir, vs): - release = { 'vs2012':'Windows 8', - 'vs2013':'Windows 8', - 'vs2015':'Windows 10' } + release = { 'vs2015':'Windows 8', + 'vs2017':'Windows 10' } configuration = get_configuration(release[vs], False) platform = 'x64'