Skip to content

Commit

Permalink
TeamCity change in 'Ribasim' project: snapshot dependency was added i…
Browse files Browse the repository at this point in the history
…n 'Make GitHub Release' build configuration
  • Loading branch information
visser_mn authored and root committed Oct 8, 2024
1 parent 2750dca commit 328efec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .teamcity/patches/buildTypes/Ribasim_MakeGitHubRelease.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,16 @@ changeBuildType(RelativeId("Ribasim_MakeGitHubRelease")) {
}
}

expect(RelativeId("Windows_TestRibasimBinaries")) {
snapshot {
onDependencyFailure = FailureAction.FAIL_TO_START
}
}
update(RelativeId("Windows_TestRibasimBinaries")) {
snapshot {
reuseBuilds = ReuseBuilds.ANY
}
}

}
}

0 comments on commit 328efec

Please sign in to comment.