Merged PR 799926: Revert 'Update macos package to 0.1.0-20240802.2'

Package not being published to ms org.

Update macos package to 0.1.0-20240802.2

Reverts !799497

Related work items: #2143216
This commit is contained in:
Pasindu Gunasekara 🍣 2024-08-13 17:38:47 +00:00
Родитель 57e025624a
Коммит c4ea20f370
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -110,7 +110,7 @@ namespace NugetPackages {
// External packages
// The macOS runtime package is only produced publicly, so 'Microsoft.BuildXL' will always be its prefix (ie: instead of using `packageNamePrefix`)
// To produce a new version of this package please refer to our internal BuildXL OneNote in the macOS section.
const buildXLMacOSRuntimeIdentity = { id: `Microsoft.BuildXL.Interop.Runtime.osx-x64`, version: `0.1.0-20240802.2` };
const buildXLMacOSRuntimeIdentity = { id: `Microsoft.BuildXL.Interop.Runtime.osx-x64`, version: `20230818.1.0` };
const packageTargetFolder = BuildXLSdk.Flags.isMicrosoftInternal
? r`${qualifier.configuration}/pkgs`