Skip to content

Commit ebd20de

Browse files
committed
No test files when building none
1 parent 4b8de46 commit ebd20de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ${buildPath}build.cmd ${buildFlavor} ${build_args}""")
104104
Utilities.standardJobSetup(newJob, project, isPullRequest, "*/${branch}")
105105

106106

107-
if (build_args == "none") {
107+
if (build_args != "none") {
108108
Utilities.addArchival(newJob, "tests/TestResults/*.*", "", skipIfNoTestFiles, false)
109109
if (configuration == "Release_fcs") {
110110
Utilities.addArchival(newJob, "Release/fcs/**")

0 commit comments

Comments
 (0)