Skip to content

Commit 8c92b39

Browse files
gbalykovstephentoub
authored andcommitted
Revert "Temporarily disable Tizen leg on PRs (dotnet#33290)" (dotnet#33362)
This reverts commit 2cbebb5.
1 parent 4375952 commit 8c92b39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netci.groovy

+1-2
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ub
323323
// Set up triggers
324324
if (isPR) {
325325
// We run Tizen Debug and Linux Release as default PR builds
326-
if (//(osName == "Tizen" && configurationGroup == "Debug") ||
327-
(osName == "Linux" && configurationGroup == "Release")) {
326+
if ((osName == "Tizen" && configurationGroup == "Debug") || (osName == "Linux" && configurationGroup == "Release")) {
328327
Utilities.addGithubPRTriggerForBranch(newJob, branch, "${osName} ${abi} ${configurationGroup} Build")
329328
}
330329
else {

0 commit comments

Comments
 (0)