Skip to content

Commit

Permalink
Revert "Disable Tizen from CI"
Browse files Browse the repository at this point in the history
This reverts commit dotnet/core-setup@33e132f.


Commit migrated from dotnet/core-setup@ebf0b54
  • Loading branch information
gbalykov committed May 15, 2018
1 parent 76bc1d8 commit 46e603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/netci.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 46e603b

Please sign in to comment.