Update dependencies from https://github.com/dotnet/arcade build 20201123.2 (#3002)
[master] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
4d71fce972
Коммит
7de0d09204
|
@ -3,17 +3,17 @@
|
|||
<ProductDependencies>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20567.7">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.20573.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a9a80fb35d2e7da21509441d665a40022ce8f1b4</Sha>
|
||||
<Sha>35bddd4fbfab8da3518fb920250d7c9e0c3138ff</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20567.7">
|
||||
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="6.0.0-beta.20573.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a9a80fb35d2e7da21509441d665a40022ce8f1b4</Sha>
|
||||
<Sha>35bddd4fbfab8da3518fb920250d7c9e0c3138ff</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20567.7">
|
||||
<Dependency Name="Microsoft.DotNet.GenAPI" Version="6.0.0-beta.20573.2">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>a9a80fb35d2e7da21509441d665a40022ce8f1b4</Sha>
|
||||
<Sha>35bddd4fbfab8da3518fb920250d7c9e0c3138ff</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -18,6 +18,6 @@
|
|||
<SnVersion>1.0.0</SnVersion>
|
||||
<VSWhereVersion>2.5.2</VSWhereVersion>
|
||||
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
|
||||
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20567.7</MicrosoftDotNetGenAPIVersion>
|
||||
<MicrosoftDotNetGenAPIVersion>6.0.0-beta.20573.2</MicrosoftDotNetGenAPIVersion>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
@ -164,7 +164,7 @@ function CheckJobResult(
|
|||
[ref]$ValidationFailures,
|
||||
[switch]$logErrors) {
|
||||
if ($result -ne '0') {
|
||||
if ($logError) {
|
||||
if ($logErrors) {
|
||||
Write-PipelineTelemetryError -Category 'SourceLink' -Message "$packagePath has broken SourceLink links."
|
||||
}
|
||||
$ValidationFailures.Value++
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20567.7",
|
||||
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20567.7"
|
||||
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20573.2",
|
||||
"Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.20573.2"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче