27 references to ShippingOnly
Microsoft.DotNet.Build.Tasks.Feed (20)
src\model\PublishingConstants.cs (17)
125(TargetFeedContentType.Package, FeedDotNet6Shipping, AssetSelection.ShippingOnly), 133(TargetFeedContentType.Package, FeedDotNet6InternalShipping, AssetSelection.ShippingOnly), 141(TargetFeedContentType.Package, FeedDotNet7Shipping, AssetSelection.ShippingOnly), 149(TargetFeedContentType.Package, FeedDotNet7InternalShipping, AssetSelection.ShippingOnly), 157(TargetFeedContentType.Package, FeedDotNet8Shipping, AssetSelection.ShippingOnly), 165(TargetFeedContentType.Package, FeedDotNet8Workloads, AssetSelection.ShippingOnly), 173(TargetFeedContentType.Package, FeedDotNet8InternalShipping, AssetSelection.ShippingOnly), 181(TargetFeedContentType.Package, FeedDotNet9Shipping, AssetSelection.ShippingOnly), 189(TargetFeedContentType.Package, FeedDotNet9Workloads, AssetSelection.ShippingOnly), 197(TargetFeedContentType.Package, FeedDotNetEng, AssetSelection.ShippingOnly), 205(TargetFeedContentType.Package, FeedDotNetTools, AssetSelection.ShippingOnly), 213(TargetFeedContentType.Package, FeedDotNetToolsInternal, AssetSelection.ShippingOnly), 221(TargetFeedContentType.Package, FeedDotNetExperimental, AssetSelection.ShippingOnly), 229(TargetFeedContentType.Package, FeedDotNetLibrariesShipping, AssetSelection.ShippingOnly), 237(TargetFeedContentType.Package, FeedDotNetLibrariesInternalShipping, AssetSelection.ShippingOnly), 245(TargetFeedContentType.Package, FeedGeneralTesting, AssetSelection.ShippingOnly), 253(TargetFeedContentType.Package, FeedGeneralTestingInternal, AssetSelection.ShippingOnly),
src\model\SetupTargetFeedConfigV3.cs (3)
106assetSelection: AssetSelection.ShippingOnly, 140if (IsStableBuild && ((type is TargetFeedContentType.Package && spec.Assets == AssetSelection.ShippingOnly) || type is TargetFeedContentType.Symbols)) 154spec.Assets == AssetSelection.ShippingOnly &&
Microsoft.DotNet.Build.Tasks.Feed.Tests (7)
GeneralTests.cs (3)
209new (new[] { TargetFeedContentType.Deb }, dummyFeedUrl, AssetSelection.ShippingOnly) 222new (new[] { TargetFeedContentType.Deb }, dummyFeedUrl, AssetSelection.ShippingOnly) 243new (new[] { TargetFeedContentType.Deb }, dummyFeedUrl, AssetSelection.ShippingOnly)
SetupTargetFeedConfigV3Tests.cs (4)
99assetSelection: AssetSelection.ShippingOnly, 210AssetSelection.ShippingOnly, 318assetSelection: AssetSelection.ShippingOnly, 446Action shouldPassShippingOnly = () => new TargetFeedSpecification(new TargetFeedContentType[] { TargetFeedContentType.Package }, "FooFeed", AssetSelection.ShippingOnly);