[main] Update dependencies from dotnet/arcade (#19607)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fba61f904
commit
33c40204f3
4 changed files with 25 additions and 25 deletions
|
@ -238,17 +238,17 @@
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24226.3">
|
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24229.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>97e2f41e909dcabb1103fe98ba4540a246662187</Sha>
|
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24226.3">
|
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="9.0.0-beta.24229.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>97e2f41e909dcabb1103fe98ba4540a246662187</Sha>
|
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24226.3">
|
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24229.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>97e2f41e909dcabb1103fe98ba4540a246662187</Sha>
|
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24210.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
<Dependency Name="Microsoft.DotNet.Darc" Version="1.1.0-beta.24210.2" CoherentParentDependency="Microsoft.NET.Sdk">
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
|
@ -258,14 +258,14 @@
|
||||||
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
<Uri>https://github.com/dotnet/arcade-services</Uri>
|
||||||
<Sha>9ec07c3673acf5602234c244d9465bca48f49969</Sha>
|
<Sha>9ec07c3673acf5602234c244d9465bca48f49969</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24226.3">
|
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24229.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>97e2f41e909dcabb1103fe98ba4540a246662187</Sha>
|
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<!-- Intermediate is necessary for source build. -->
|
<!-- Intermediate is necessary for source build. -->
|
||||||
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24226.3">
|
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24229.1">
|
||||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||||
<Sha>97e2f41e909dcabb1103fe98ba4540a246662187</Sha>
|
<Sha>be933308b9024d798a9a22c0b8f3c8e3616ffbd8</Sha>
|
||||||
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
<SourceBuild RepoName="arcade" ManagedOnly="true" />
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
|
<Dependency Name="Microsoft.Extensions.Logging.Console" Version="9.0.0-alpha.1.23612.13">
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade -->
|
<!-- Dependency from https://github.com/dotnet/arcade -->
|
||||||
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24226.3</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
<MicrosoftDotNetBuildTasksInstallersPackageVersion>9.0.0-beta.24229.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
<!-- Dependency from https://github.com/dotnet/arcade-services -->
|
||||||
|
|
|
@ -19,16 +19,16 @@ steps:
|
||||||
${{ if parameters.args.continueOnError }}:
|
${{ if parameters.args.continueOnError }}:
|
||||||
continueOnError: ${{ parameters.args.continueOnError }}
|
continueOnError: ${{ parameters.args.continueOnError }}
|
||||||
inputs:
|
inputs:
|
||||||
TargetPath: ${{ parameters.args.TargetPath }}
|
targetPath: ${{ parameters.args.targetPath }}
|
||||||
${{ if parameters.args.ArtifactName }}:
|
${{ if parameters.args.artifactName }}:
|
||||||
ArtifactName: ${{ parameters.args.ArtifactName }}
|
artifactName: ${{ parameters.args.artifactName }}
|
||||||
${{ if parameters.args.PublishLocation }}:
|
${{ if parameters.args.publishLocation }}:
|
||||||
PublishLocation: ${{ parameters.args.PublishLocation }}
|
publishLocation: ${{ parameters.args.publishLocation }}
|
||||||
${{ if parameters.args.FileSharePath }}:
|
${{ if parameters.args.fileSharePath }}:
|
||||||
FileSharePath: ${{ parameters.args.FileSharePath }}
|
fileSharePath: ${{ parameters.args.fileSharePath }}
|
||||||
${{ if parameters.args.Parallel }}:
|
${{ if parameters.args.Parallel }}:
|
||||||
Parallel: ${{ parameters.args.Parallel }}
|
parallel: ${{ parameters.args.Parallel }}
|
||||||
${{ if parameters.args.ParallelCount }}:
|
${{ if parameters.args.parallelCount }}:
|
||||||
ParallelCount: ${{ parameters.args.ParallelCount }}
|
parallelCount: ${{ parameters.args.parallelCount }}
|
||||||
${{ if parameters.args.Properties }}:
|
${{ if parameters.args.properties }}:
|
||||||
Properties: ${{ properties.args.Properties }}
|
properties: ${{ properties.args.properties }}
|
|
@ -11,8 +11,8 @@
|
||||||
"cmake": "latest"
|
"cmake": "latest"
|
||||||
},
|
},
|
||||||
"msbuild-sdks": {
|
"msbuild-sdks": {
|
||||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24226.3",
|
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24229.1",
|
||||||
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24226.3",
|
"Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24229.1",
|
||||||
"Microsoft.Build.NoTargets": "3.7.0"
|
"Microsoft.Build.NoTargets": "3.7.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue