Skip to content

Commit 4bd632b

Browse files
authored
Add dotnet-suggest to the skip list in JoinVerticalsAssetSelector.cs (#48600)
1 parent 98c8cb3 commit 4bd632b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/ManifestAssets/JoinVerticalsAssetSelector.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ private bool ExcludeAsset(AssetVerticalMatchResult assetVerticalMatch)
3535
return
3636
// Skip packages with stable version
3737
// - this can be removed after this issue is resolved: https://github.com/dotnet/source-build/issues/4892
38+
StringComparer.OrdinalIgnoreCase.Equals(assetVerticalMatch.AssetId, "dotnet-suggest") ||
3839
StringComparer.OrdinalIgnoreCase.Equals(assetVerticalMatch.AssetId, "Microsoft.Diagnostics.NETCore.Client") ||
3940
StringComparer.OrdinalIgnoreCase.Equals(assetVerticalMatch.AssetId, "Microsoft.NET.Sdk.Aspire.Manifest-8.0.100");
4041
}

0 commit comments

Comments
 (0)