Skip to content

Commit

Permalink
Drop support for Dev12 from Legacy test configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
dilijev committed Mar 16, 2017
1 parent 803abd5 commit 870523b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -234,15 +234,15 @@ CreateBuildTask(true, 'x64', 'debug',
'Windows_NT', 'ci_disablejit', '"/p:BuildJIT=false"', '-winBlue -disablejit', false, null, null)
// x64_debug Legacy
CreateBuildTask(true, 'x64', 'debug',
'Windows 7', 'ci_dev12', 'msbuild12', '-win7 -includeSlow', false, null, null)
'Windows 7', 'ci_dev12', null, '-win7 -includeSlow', false, null, null)

// -----------------
// DAILY BUILD TASKS
// -----------------

if (!branch.endsWith('-ci')) {
// build and test on Windows 7 with VS 2013 (Dev12/MsBuild12)
CreateBuildTasks('Windows 7', 'daily_dev12', 'msbuild12', '-win7 -includeSlow', false,
// build and test on Windows 7 with VS 2015 (Dev14)
CreateBuildTasks('Windows 7', 'daily_dev12', null, '-win7 -includeSlow', false,
/* excludeConfigIf */ { isPR, buildArch, buildType -> (buildArch == 'arm') },
/* nonDefaultTaskSetup */ { newJob, isPR, config ->
DailyBuildTaskSetup(newJob, isPR,
Expand Down

0 comments on commit 870523b

Please sign in to comment.