Skip to content

Commit

Permalink
Add dotnetbuilds publishing to .net 6 channels (#8113)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexperovich committed Nov 9, 2021
1 parent fecf65b commit 1e5d0e0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ public enum BuildQuality
(TargetFeedContentType.Package, FeedDotNet6Transport, AssetSelection.NonShippingOnly),
(InstallersAndSymbols, FeedForInstallers),
(TargetFeedContentType.Checksum, FeedForChecksums),
(InstallersAndSymbols, FeedStagingForInstallers),
(TargetFeedContentType.Checksum, FeedStagingForChecksums),
};

private static TargetFeedSpecification[] DotNet6InternalFeeds =
Expand All @@ -191,6 +193,8 @@ public enum BuildQuality
(TargetFeedContentType.Package, FeedDotNet6InternalTransport, AssetSelection.NonShippingOnly),
(InstallersAndSymbols, FeedInternalForInstallers),
(TargetFeedContentType.Checksum, FeedInternalForChecksums),
(InstallersAndSymbols, FeedStagingInternalForInstallers),
(TargetFeedContentType.Checksum, FeedStagingInternalForChecksums),
};

private static TargetFeedSpecification[] DotNet7Feeds =
Expand Down

0 comments on commit 1e5d0e0

Please sign in to comment.