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()