From 08d3b41f8d8ffd771e9e0e1387386ebbbd7ab620 Mon Sep 17 00:00:00 2001 From: MichaelSimons Date: Wed, 13 Apr 2016 16:46:45 -0500 Subject: [PATCH] Updates per code review --- .../StandaloneAppCrossPublish/project.json | 2 +- netci.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TestAssets/CrossPublishTestProjects/StandaloneAppCrossPublish/project.json b/TestAssets/CrossPublishTestProjects/StandaloneAppCrossPublish/project.json index 2a1078175..63c3de717 100644 --- a/TestAssets/CrossPublishTestProjects/StandaloneAppCrossPublish/project.json +++ b/TestAssets/CrossPublishTestProjects/StandaloneAppCrossPublish/project.json @@ -21,7 +21,7 @@ "ubuntu.14.04-x64": {}, "centos.7-x64": {}, "rhel.7.2-x64": {}, - "debian.8.2-x64": {} + "debian.8-x64": {} }, "runtimeOptions": { diff --git a/netci.groovy b/netci.groovy index 7bb24ce0c..bee74eeba 100644 --- a/netci.groovy +++ b/netci.groovy @@ -9,7 +9,7 @@ def project = GithubProject def branch = GithubBranchName def isPR = true -def platformList = ['Ubuntu:x64:Debug', 'Ubuntu:x64:Release', 'OSX:x64:Release', 'Windows_NT:x64:Release', 'Windows_NT:x86:Debug', 'RHEL7.2:x64:Release', 'CentOS7.1:x64:Debug'] +def platformList = ['Debian8.2:x64:Debug', 'Ubuntu:x64:Release', 'OSX:x64:Release', 'Windows_NT:x64:Release', 'Windows_NT:x86:Debug', 'RHEL7.2:x64:Release', 'CentOS7.1:x64:Debug'] def static getBuildJobName(def configuration, def os, def architecture) { return configuration.toLowerCase() + '_' + os.toLowerCase() + '_' + architecture.toLowerCase()