Skip to content

Commit be84e49

Browse files
committed
HACK: Fixing TeamCity script manually.
1 parent 8ee8af7 commit be84e49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.teamcity/settings.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ object DebugBuild : BuildType({
9494
}
9595

9696
dependencies {
97-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
97+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
9898
snapshot {
9999
onDependencyFailure = FailureAction.FAIL_TO_START
100100
}
@@ -179,7 +179,7 @@ object ReleaseBuild : BuildType({
179179
}
180180

181181
dependencies {
182-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
182+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
183183
snapshot {
184184
onDependencyFailure = FailureAction.FAIL_TO_START
185185
}
@@ -264,7 +264,7 @@ object PublicBuild : BuildType({
264264
}
265265

266266
dependencies {
267-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
267+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
268268
snapshot {
269269
onDependencyFailure = FailureAction.FAIL_TO_START
270270
}
@@ -335,7 +335,7 @@ object PublicDeployment : BuildType({
335335
}
336336

337337
dependencies {
338-
dependency(AbsoluteId("PostSharpGitHub_PostSharp20250_BuildDistribution")) {
338+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20251_BuildDistribution")) {
339339
snapshot {
340340
onDependencyFailure = FailureAction.FAIL_TO_START
341341
}

0 commit comments

Comments
 (0)