Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,91 @@
symbolTargetType: PublicAndInternalSymbolTargets,
filenamesToExclude: FilenamesToExclude,
flatten: false),
};

// 18.0
new TargetChannelConfig(
id: 7987,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,

Check failure on line 1435 in src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs

View check run for this annotation

Azure Pipelines / arcade-pr (Build Linux Build_Debug)

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs#L1435

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs(1435,42): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'DefaultAkaMSCreateLinkPatterns' does not exist in the current context

Check failure on line 1435 in src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs

View check run for this annotation

Azure Pipelines / arcade-pr (Build Linux Build_Debug)

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs#L1435

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs(1435,17): error CS1739: (NETCORE_ENGINEERING_TELEMETRY=Build) The best overload for 'TargetChannelConfig' does not have a parameter named 'akaMSCreateLinkPatterns'
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,

Check failure on line 1436 in src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs

View check run for this annotation

Azure Pipelines / arcade-pr (Build Linux Build_Debug)

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs#L1436

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs(1436,47): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'DefaultAkaMSDoNotCreateLinkPatterns' does not exist in the current context
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,

Check failure on line 1438 in src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs

View check run for this annotation

Azure Pipelines / arcade-pr (Build Linux Build_Debug)

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs#L1438

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs(1438,35): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'SymbolPublishVisibility' does not exist in the current context
flatten: false),

// 18.1
new TargetChannelConfig(
id: 8703,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,

Check failure on line 1447 in src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs

View check run for this annotation

Azure Pipelines / arcade-pr (Build Linux Build_Debug)

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs#L1447

src/Microsoft.DotNet.Build.Tasks.Feed/src/model/PublishingConstants.cs(1447,42): error CS0103: (NETCORE_ENGINEERING_TELEMETRY=Build) The name 'DefaultAkaMSCreateLinkPatterns' does not exist in the current context
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,
flatten: false),

// 18.2
new TargetChannelConfig(
id: 8704,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,
flatten: false),

// 18.3
new TargetChannelConfig(
id: 8705,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,
flatten: false),

// 18.4
new TargetChannelConfig(
id: 8706,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,
flatten: false),

// 18.5
new TargetChannelConfig(
id: 8707,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,
flatten: false),

// 18.6
new TargetChannelConfig(
id: 8708,
isInternal: false,
publishingInfraVersion: PublishingInfraVersion.Latest,
akaMSChannelNames: [],
akaMSCreateLinkPatterns: DefaultAkaMSCreateLinkPatterns,
akaMSDoNotCreateLinkPatterns: DefaultAkaMSDoNotCreateLinkPatterns,
targetFeeds: DotNetToolsFeeds,
symbolTargetType: SymbolPublishVisibility.Public,
flatten: false),
};
#endregion
}
}
Loading