- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for RelativeId (0.05 sec)
-
.teamcity/src/main/kotlin/projects/StageProject.kt
artifacts(performanceTestTrigger) { id = "artifact_dependency_${performancePartialTrigger.uuid}_${(performanceTestTrigger.id as RelativeId).relativeId}" artifactRules = "**/* => $artifactDirName" } } } return performancePartialTrigger } private fun createFlameGraphs(
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Jul 29 03:24:58 UTC 2025 - 11.9K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
// Compile All has to succeed before anything else is started dependsOn(RelativeId(compileAllId)) // Get the build receipt from sanity check to reuse the timestamp artifacts(RelativeId(compileAllId)) { id = "ARTIFACT_DEPENDENCY_$compileAllId" cleanDestination = true artifactRules = "build-receipt.properties => incoming-distributions" } }Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0)