Merged PR 603931: Publish linux runtime v0.0.43

Includes John's recent changes.
This commit is contained in:
Aleksandar Milicevic 2021-03-23 04:14:58 +00:00
Родитель 2f430e7cdb
Коммит 929fa77f3a
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -4056,7 +4056,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "runtime.linux-x64.BuildXL",
"Version": "0.0.42"
"Version": "0.0.43"
}
}
},

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

@ -400,7 +400,7 @@ config({
// Runtime dependencies for Linux
{
id: "runtime.linux-x64.BuildXL",
version: "0.0.42",
version: "0.0.43",
osSkip: importFile(f`config.microsoftInternal.dsc`).isMicrosoftInternal
? []
: [ "win", "macOS", "unix" ]