Skip to content

Commit 73bea81

Browse files
committed
Update engineering.
1 parent bcb3a9e commit 73bea81

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

.teamcity/settings.kts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,16 @@ object DebugBuild : BuildType({
102102
}
103103

104104
dependencies {
105+
dependency(AbsoluteId("Metalama_Metalama20250_Metalama_DebugBuild")) {
106+
snapshot {
107+
onDependencyFailure = FailureAction.FAIL_TO_START
108+
}
109+
110+
artifacts {
111+
cleanDestination = true
112+
artifactRules = "+:artifacts/publish/private/**/*=>dependencies/Metalama"
113+
}
114+
}
105115
dependency(AbsoluteId("Metalama_Metalama20250_MetalamaBackstage_DebugBuild")) {
106116
snapshot {
107117
onDependencyFailure = FailureAction.FAIL_TO_START
@@ -217,6 +227,16 @@ object ReleaseBuild : BuildType({
217227
}
218228

219229
dependencies {
230+
dependency(AbsoluteId("Metalama_Metalama20250_Metalama_ReleaseBuild")) {
231+
snapshot {
232+
onDependencyFailure = FailureAction.FAIL_TO_START
233+
}
234+
235+
artifacts {
236+
cleanDestination = true
237+
artifactRules = "+:artifacts/publish/private/**/*=>dependencies/Metalama"
238+
}
239+
}
220240
dependency(AbsoluteId("Metalama_Metalama20250_MetalamaBackstage_ReleaseBuild")) {
221241
snapshot {
222242
onDependencyFailure = FailureAction.FAIL_TO_START
@@ -332,6 +352,16 @@ object PublicBuild : BuildType({
332352
}
333353

334354
dependencies {
355+
dependency(AbsoluteId("Metalama_Metalama20250_Metalama_PublicBuild")) {
356+
snapshot {
357+
onDependencyFailure = FailureAction.FAIL_TO_START
358+
}
359+
360+
artifacts {
361+
cleanDestination = true
362+
artifactRules = "+:artifacts/publish/private/**/*=>dependencies/Metalama"
363+
}
364+
}
335365
dependency(AbsoluteId("Metalama_Metalama20250_MetalamaBackstage_PublicBuild")) {
336366
snapshot {
337367
onDependencyFailure = FailureAction.FAIL_TO_START
@@ -433,6 +463,16 @@ object PublicDeployment : BuildType({
433463
}
434464

435465
dependencies {
466+
dependency(AbsoluteId("Metalama_Metalama20250_Metalama_PublicBuild")) {
467+
snapshot {
468+
onDependencyFailure = FailureAction.FAIL_TO_START
469+
}
470+
471+
artifacts {
472+
cleanDestination = true
473+
artifactRules = "+:artifacts/publish/private/**/*=>dependencies/Metalama"
474+
}
475+
}
436476
dependency(AbsoluteId("Metalama_Metalama20250_MetalamaBackstage_PublicBuild")) {
437477
snapshot {
438478
onDependencyFailure = FailureAction.FAIL_TO_START

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<!-- Set versions of dependencies that need special treatment or consist of multiple packages of the same version. -->
77
<PropertyGroup>
8-
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.176</PostSharpEngineeringVersion>
8+
<PostSharpEngineeringVersion Condition="'$(PostSharpEngineeringVersion)'==''">2023.2.178</PostSharpEngineeringVersion>
99
<StyleCopVersion>1.2.0-beta.556</StyleCopVersion>
1010
</PropertyGroup>
1111
<ItemGroup>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"rollForward": "patch"
55
},
66
"msbuild-sdks": {
7-
"PostSharp.Engineering.Sdk": "2023.2.176"
7+
"PostSharp.Engineering.Sdk": "2023.2.178"
88
}
99
}

0 commit comments

Comments
 (0)