Skip to content

Commit

Permalink
Revert "Temporarily disable failing Tizen CI leg"
Browse files Browse the repository at this point in the history
This reverts commit dotnet/core-setup@e47ecfb.


Commit migrated from dotnet/core-setup@1d18b0f
  • Loading branch information
gbalykov authored and joshfree committed Oct 3, 2018
1 parent 06f8bb3 commit 2b12d6e
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'] // TODO: Re-enable Tizen once build is fixed. , 'Tizen:armel:Release']
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 2b12d6e

Please sign in to comment.