[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2022-05-24 12:42:48 +00:00 коммит произвёл GitHub
Родитель bbf3698c0a
Коммит c7e03f3b20
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 15 добавлений и 11 удалений

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

@ -3,25 +3,25 @@
<ProductDependencies>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22269.3">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.22273.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22269.3">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="7.0.0-beta.22273.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22269.3">
<Dependency Name="Microsoft.DotNet.SignTool" Version="7.0.0-beta.22273.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22269.3">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="7.0.0-beta.22273.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22269.3">
<Dependency Name="Microsoft.DotNet.SwaggerGenerator.MSBuild" Version="7.0.0-beta.22273.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>0403b0d07aff1b103256cfbe082c97a5c8846d20</Sha>
<Sha>ad55f9b957b9539613ecff82649d17650e4624d2</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.19556.4">
<Uri>https://github.com/dotnet/arcade-services</Uri>

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

@ -635,6 +635,10 @@ function InitializeNativeTools() {
InstallDirectory = "$ToolsDir"
}
}
if (Test-Path variable:NativeToolsOnMachine) {
Write-Host "Variable NativeToolsOnMachine detected, enabling native tool path promotion..."
$nativeArgs += @{ PathPromotion = $true }
}
& "$PSScriptRoot/init-tools-native.ps1" @nativeArgs
}
}

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

@ -14,6 +14,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22269.3"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22273.1"
}
}