From 0e297ddca7f3eaf79b8b803de336a136c978046c Mon Sep 17 00:00:00 2001 From: Aleksandar Milicevic Date: Tue, 14 Sep 2021 15:53:50 +0000 Subject: [PATCH] Merged PR 629512: Publish new osx-x64 runtime with kext and libBuildXLInterop.dylib reverted --- cg/nuget/cgmanifest.json | 2 +- config.microsoftInternal.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cg/nuget/cgmanifest.json b/cg/nuget/cgmanifest.json index d64af28e4..ee83d18b8 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -4452,7 +4452,7 @@ "Type": "NuGet", "NuGet": { "Name": "runtime.osx-x64.BuildXL", - "Version": "3.6.99" + "Version": "3.8.99" } } }, diff --git a/config.microsoftInternal.dsc b/config.microsoftInternal.dsc index ff5f3ad1a..d41e85a34 100644 --- a/config.microsoftInternal.dsc +++ b/config.microsoftInternal.dsc @@ -14,7 +14,7 @@ export const pkgs = isMicrosoftInternal ? [ { id: "BuildXL.DeviceMap", version: "0.0.1" }, // Runtime dependencies used for macOS deployments - { id: "runtime.osx-x64.BuildXL", version: "3.6.99" }, + { id: "runtime.osx-x64.BuildXL", version: "3.8.99" }, { id: "Aria.Cpp.SDK.osx-x64", version: "8.5.6" }, { id: "Aria.Cpp.SDK.win-x64", version: "8.5.6", osSkip: [ "macOS", "unix" ] },