- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for PREPARE_TEST_CLASSES (0.09 sec)
-
.teamcity/src/main/kotlin/configurations/DocsTest.kt
$linesWithEcho ) > test-splits\$action-test-classes.properties echo "Tests to be ${action}d in this build" type test-splits\$action-test-classes.properties """ return { script { name = "PREPARE_TEST_CLASSES" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = if (os == Os.WINDOWS) windowsScript else unixScript } } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Wed Sep 25 07:23:49 UTC 2024 - 4.7K bytes - Viewed (0) -
.teamcity/src/main/kotlin/model/PerformanceTestBucketProvider.kt
$linesWithEcho echo Performance tests to be ${action}d in this build type $performanceTestSplitDirectoryName\$action-$fileNamePostfix """ return { script { name = "PREPARE_TEST_CLASSES" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = if (os == Os.WINDOWS) windowsScript else unixScript } } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Feb 19 11:22:56 UTC 2024 - 15.3K bytes - Viewed (0)