Update dependencies from https://github.com/dotnet/arcade build 20211021.5 (#12491)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
parent
63f0ff75fa
commit
fc72ca3d1b
4 changed files with 14 additions and 9 deletions
|
@ -172,19 +172,19 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21520.1">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.21521.5">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>76b53a100dd070e5a20377db79ba5faddd50627e</Sha>
|
<Sha>fcadecff4e76a0ca9c5e78b7d1b09728006e8c52</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21520.1">
|
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.21521.5">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>76b53a100dd070e5a20377db79ba5faddd50627e</Sha>
|
<Sha>fcadecff4e76a0ca9c5e78b7d1b09728006e8c52</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21520.1">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.21521.5">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>76b53a100dd070e5a20377db79ba5faddd50627e</Sha>
|
<Sha>fcadecff4e76a0ca9c5e78b7d1b09728006e8c52</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
|
<Dependency Name="Private.SourceBuild.ReferencePackages" Version="1.0.0-beta.20217.1">
|
||||||
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21520.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.21521.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||||
|
|
|
@ -22,6 +22,11 @@ $RetryWaitTimeInSeconds = 30
|
||||||
# Wait time between check for system load
|
# Wait time between check for system load
|
||||||
$SecondsBetweenLoadChecks = 10
|
$SecondsBetweenLoadChecks = 10
|
||||||
|
|
||||||
|
if (!$InputPath -or !(Test-Path $InputPath)){
|
||||||
|
Write-Host "No files to validate."
|
||||||
|
ExitWithExitCode 0
|
||||||
|
}
|
||||||
|
|
||||||
$ValidatePackage = {
|
$ValidatePackage = {
|
||||||
param(
|
param(
|
||||||
[string] $PackagePath # Full path to a Symbols.NuGet package
|
[string] $PackagePath # Full path to a Symbols.NuGet package
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
"cmake": "3.16.4"
|
"cmake": "3.16.4"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21520.1",
|
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21521.5",
|
||||||
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21520.1"
|
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.21521.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue