From 46e603b84d57fa03205a36cd0c86f178b6a1ba75 Mon Sep 17 00:00:00 2001 From: Gleb Balykov Date: Sat, 28 Apr 2018 18:20:59 +0300 Subject: [PATCH] Revert "Disable Tizen from CI" This reverts commit dotnet/core-setup@33e132fd0ee948cdd7881e3b398ea5c3e37a99aa. Commit migrated from https://github.com/dotnet/core-setup/commit/ebf0b54dce67d491f6fb02fd02ff0febd629bf54 --- src/installer/netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/netci.groovy b/src/installer/netci.groovy index ef734cff4ee1b..4029595c42c4a 100644 --- a/src/installer/netci.groovy +++ b/src/installer/netci.groovy @@ -10,7 +10,7 @@ def project = GithubProject def branch = GithubBranchName def isPR = true -def platformList = ['Linux:x64:Release', 'Linux:arm:Release', 'Linux:arm64:Release', 'OSX:x64:Release', 'Windows_NT:x64:Release', 'Windows_NT:x86:Debug', 'Windows_NT:arm:Debug', /*'Tizen:armel:Release'*/] // Disable Tizen except when explicitly requested. See corefx/issues/28901 +def platformList = ['Linux:x64:Release', 'Linux:arm:Release', 'Linux:arm64:Release', 'OSX:x64:Release', 'Windows_NT:x64:Release', 'Windows_NT:x86:Debug', 'Windows_NT:arm:Debug', 'Tizen:armel:Release'] def static getBuildJobName(def configuration, def os, def architecture) { return configuration.toLowerCase() + '_' + os.toLowerCase() + '_' + architecture.toLowerCase()