зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 712288: Move bond to internal only dependency
Move bond to internal only dependency
This commit is contained in:
Родитель
4c99e13b11
Коммит
de8f48142b
|
@ -75,11 +75,6 @@ config({
|
|||
|
||||
packages: [
|
||||
{ id: "NLog", version: "4.7.7" },
|
||||
// Temporary workaround for Bond issue. Microsoft.Cloud.InstrumentationFramework is using 11.0.0.
|
||||
// Remove Bond once migration to OpenTelemetry is done.
|
||||
{ id: "Bond.Core.CSharp", version: "11.0.0" },
|
||||
{ id: "Bond.CSharp", version: "11.0.0" },
|
||||
{ id: "Bond.Runtime.CSharp", version: "11.0.0" },
|
||||
{ id: "CLAP", version: "4.6" },
|
||||
{ id: "CLAP-DotNetCore", version: "4.6" },
|
||||
|
||||
|
|
|
@ -16,6 +16,11 @@ export const pkgs = isMicrosoftInternal ? [
|
|||
// Metrics library used by .net core CaSaaS
|
||||
// Todo: Migrade to OpenTelemetry. See https://eng.ms/docs/products/geneva/collect/instrument/ifx/ifx-retirement
|
||||
{id: "Microsoft.Cloud.InstrumentationFramework", version: "3.4.1.1"},
|
||||
// Temporary workaround for Bond issue. Microsoft.Cloud.InstrumentationFramework is using 11.0.0.
|
||||
// Remove Bond once migration to OpenTelemetry is done.
|
||||
{ id: "Bond.Core.CSharp", version: "11.0.0" },
|
||||
{ id: "Bond.CSharp", version: "11.0.0" },
|
||||
{ id: "Bond.Runtime.CSharp", version: "11.0.0" },
|
||||
|
||||
// Runtime dependencies used for macOS deployments
|
||||
{ id: "runtime.osx-x64.BuildXL", version: "3.8.99" },
|
||||
|
|
Загрузка…
Ссылка в новой задаче