Skip to content

Commit 952dcea

Browse files
committed
Removing CargoSupport.
1 parent 06cd81d commit 952dcea

File tree

4 files changed

+1
-37
lines changed

4 files changed

+1
-37
lines changed

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2025_0.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,15 +175,6 @@ public MetalamaDependencyDefinition(
175175
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}",
176176
customBranch: $"dev/{Family.Version}" );
177177

178-
public static DependencyDefinition CargoSupport { get; } =
179-
new MetalamaDependencyDefinition(
180-
"Metalama.Tests.CargoSupport",
181-
VcsProvider.AzureDevOps,
182-
null,
183-
false,
184-
parentCiProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}_MetalamaTests",
185-
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}" );
186-
187178
public static DependencyDefinition DotNetSdkTests { get; } =
188179
new MetalamaDependencyDefinition(
189180
"Metalama.Tests.DotNetSdk",

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2025_1.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -146,15 +146,6 @@ public MetalamaDependencyDefinition(
146146
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}",
147147
customBranch: $"dev/{Family.Version}" );
148148

149-
public static DependencyDefinition CargoSupport { get; } =
150-
new MetalamaDependencyDefinition(
151-
"Metalama.Tests.CargoSupport",
152-
VcsProvider.AzureDevOps,
153-
null,
154-
false,
155-
parentCiProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}_MetalamaTests",
156-
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}" );
157-
158149
public static DependencyDefinition DotNetSdkTests { get; } =
159150
new MetalamaDependencyDefinition(
160151
"Metalama.Tests.DotNetSdk",

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2025_2.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,6 @@ public MetalamaDependencyDefinition(
145145
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}",
146146
customBranch: $"dev/{Family.Version}" );
147147

148-
public static DependencyDefinition CargoSupport { get; } =
149-
new MetalamaDependencyDefinition(
150-
"Metalama.Tests.CargoSupport",
151-
VcsProvider.AzureDevOps,
152-
null,
153-
false,
154-
parentCiProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}_MetalamaTests",
155-
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}" );
156-
157148
public static DependencyDefinition DotNetSdkTests { get; } =
158149
new MetalamaDependencyDefinition(
159150
"Metalama.Tests.DotNetSdk",

src/PostSharp.Engineering.BuildTools/Dependencies/Definitions/MetalamaDependencies.V2026_0.cs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,7 @@ public MetalamaDependencyDefinition(
146146
parentCiProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}_MetalamaTests",
147147
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}",
148148
customBranch: $"dev/{Family.Version}" );
149-
150-
public static DependencyDefinition CargoSupport { get; } =
151-
new MetalamaDependencyDefinition(
152-
"Metalama.Tests.CargoSupport",
153-
VcsProvider.AzureDevOps,
154-
null,
155-
false,
156-
parentCiProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}_MetalamaTests",
157-
vcsRootProjectId: $"Metalama_Metalama{Family.VersionWithoutDots}" );
158-
149+
159150
public static DependencyDefinition DotNetSdkTests { get; } =
160151
new MetalamaDependencyDefinition(
161152
"Metalama.Tests.DotNetSdk",

0 commit comments

Comments
 (0)