[main] Update dependencies from dotnet/arcade (#4346)

[main] Update dependencies from dotnet/arcade
This commit is contained in:
dotnet-maestro[bot] 2024-04-26 12:35:38 +00:00 коммит произвёл GitHub
Родитель 5ae69b955c
Коммит 65eded428d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 20 добавлений и 20 удалений

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

@ -152,29 +152,29 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24223.8">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24224.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e543752a4d92d8df16a9f95b89fcfdc50aeabf74</Sha>
<Sha>6ca3ae2ae79ef707c76ea1abf82b0787824b6da0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24223.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24224.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e543752a4d92d8df16a9f95b89fcfdc50aeabf74</Sha>
<Sha>6ca3ae2ae79ef707c76ea1abf82b0787824b6da0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24223.8">
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24224.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e543752a4d92d8df16a9f95b89fcfdc50aeabf74</Sha>
<Sha>6ca3ae2ae79ef707c76ea1abf82b0787824b6da0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24223.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24224.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e543752a4d92d8df16a9f95b89fcfdc50aeabf74</Sha>
<Sha>6ca3ae2ae79ef707c76ea1abf82b0787824b6da0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24223.8">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24224.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e543752a4d92d8df16a9f95b89fcfdc50aeabf74</Sha>
<Sha>6ca3ae2ae79ef707c76ea1abf82b0787824b6da0</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24223.8">
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24224.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e543752a4d92d8df16a9f95b89fcfdc50aeabf74</Sha>
<Sha>6ca3ae2ae79ef707c76ea1abf82b0787824b6da0</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>

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

@ -11,8 +11,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- arcade -->
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24223.8</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24223.8</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24224.2</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24224.2</MicrosoftDotNetBuildTasksInstallersVersion>
<!-- corefx -->
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>

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

@ -16,7 +16,7 @@ jobs:
- ${{ if and(ne(parameters.artifacts.publish.artifacts, 'false'), ne(parameters.artifacts.publish.artifacts, '')) }}:
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
parameters:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
is1ESPipeline: false
args:
displayName: Publish pipeline artifacts
pathToPublish: '$(Build.ArtifactStagingDirectory)/artifacts'
@ -27,7 +27,7 @@ jobs:
- ${{ if and(ne(parameters.artifacts.publish.logs, 'false'), ne(parameters.artifacts.publish.logs, '')) }}:
- template: /eng/common/core-templates/steps/publish-pipeline-artifacts.yml
parameters:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
is1ESPipeline: false
args:
targetPath: '$(Build.ArtifactStagingDirectory)/artifacts/log'
artifactName: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }}
@ -38,7 +38,7 @@ jobs:
- ${{ if ne(parameters.enablePublishBuildArtifacts, 'false') }}:
- template: /eng/common/core-templates/steps/publish-build-artifacts.yml
parameters:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
is1ESPipeline: false
args:
displayName: Publish Logs
pathToPublish: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)'
@ -50,7 +50,7 @@ jobs:
- ${{ if eq(parameters.enableBuildRetry, 'true') }}:
- template: /eng/common/core-templates/steps/publish-pipeline-artifacts.yml
parameters:
is1ESPipeline: ${{ parameters.is1ESPipeline }}
is1ESPipeline: false
args:
targetPath: '$(Build.SourcesDirectory)\eng\common\BuildConfiguration'
artifactName: 'BuildConfiguration'

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

@ -3,8 +3,8 @@
"dotnet": "9.0.100-preview.3.24204.13"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24223.8",
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24223.8",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24224.2",
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24224.2",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}