Skip to content

Commit f94aa95

Browse files
committed
New attempt to fix TC build.
1 parent fe55322 commit f94aa95

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.teamcity/settings.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ pullRequests {
9696
}
9797

9898
dependencies {
99-
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
99+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
100100
snapshot {
101101
onDependencyFailure = FailureAction.FAIL_TO_START
102102
}
@@ -185,7 +185,7 @@ pullRequests {
185185
}
186186

187187
dependencies {
188-
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
188+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
189189
snapshot {
190190
onDependencyFailure = FailureAction.FAIL_TO_START
191191
}
@@ -274,7 +274,7 @@ pullRequests {
274274
}
275275

276276
dependencies {
277-
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
277+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
278278
snapshot {
279279
onDependencyFailure = FailureAction.FAIL_TO_START
280280
}
@@ -337,7 +337,7 @@ object PublicDeployment : BuildType({
337337
}
338338

339339
dependencies {
340-
dependency(AbsoluteId("PostSharpGitHub_PostSharpGitHub20251_BuildDistribution")) {
340+
dependency(AbsoluteId("PostSharpGitHub_PostSharp20260_BuildDistribution")) {
341341
snapshot {
342342
onDependencyFailure = FailureAction.FAIL_TO_START
343343
}

eng/src/Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
<Import Project="../Versions.props"/>
3+
</Project>

eng/src/Directory.Build.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Project>
2+
3+
</Project>

0 commit comments

Comments
 (0)