[main] Update dependencies from dotnet/arcade (#4245)
[main] Update dependencies from dotnet/arcade
This commit is contained in:
Родитель
7c8ce8c154
Коммит
71cf9d2508
|
@ -152,29 +152,29 @@
|
|||
</Dependency>
|
||||
</ProductDependencies>
|
||||
<ToolsetDependencies>
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24162.2">
|
||||
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24164.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>1c8e12b71c28f5dc6626b529b08abefdbb7ca6e8</Sha>
|
||||
<Sha>d8a997bd4a23c6d6fe7c785b3b440be7dd8463e9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24162.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Feed" Version="9.0.0-beta.24164.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>1c8e12b71c28f5dc6626b529b08abefdbb7ca6e8</Sha>
|
||||
<Sha>d8a997bd4a23c6d6fe7c785b3b440be7dd8463e9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24162.2">
|
||||
<Dependency Name="Microsoft.DotNet.SharedFramework.Sdk" Version="9.0.0-beta.24164.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>1c8e12b71c28f5dc6626b529b08abefdbb7ca6e8</Sha>
|
||||
<Sha>d8a997bd4a23c6d6fe7c785b3b440be7dd8463e9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24162.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="9.0.0-beta.24164.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>1c8e12b71c28f5dc6626b529b08abefdbb7ca6e8</Sha>
|
||||
<Sha>d8a997bd4a23c6d6fe7c785b3b440be7dd8463e9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24162.2">
|
||||
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="9.0.0-beta.24164.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>1c8e12b71c28f5dc6626b529b08abefdbb7ca6e8</Sha>
|
||||
<Sha>d8a997bd4a23c6d6fe7c785b3b440be7dd8463e9</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24162.2">
|
||||
<Dependency Name="Microsoft.DotNet.VersionTools.Tasks" Version="9.0.0-beta.24164.1">
|
||||
<Uri>https://github.com/dotnet/arcade</Uri>
|
||||
<Sha>1c8e12b71c28f5dc6626b529b08abefdbb7ca6e8</Sha>
|
||||
<Sha>d8a997bd4a23c6d6fe7c785b3b440be7dd8463e9</Sha>
|
||||
</Dependency>
|
||||
</ToolsetDependencies>
|
||||
</Dependencies>
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- arcade -->
|
||||
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24162.2</MicrosoftDotNetBuildTasksFeedVersion>
|
||||
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24162.2</MicrosoftDotNetBuildTasksArchivesVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24162.2</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||
<MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24162.2</MicrosoftDotNetVersionToolsTasksVersion>
|
||||
<MicrosoftDotNetBuildTasksFeedVersion>9.0.0-beta.24164.1</MicrosoftDotNetBuildTasksFeedVersion>
|
||||
<MicrosoftDotNetBuildTasksArchivesVersion>9.0.0-beta.24164.1</MicrosoftDotNetBuildTasksArchivesVersion>
|
||||
<MicrosoftDotNetBuildTasksInstallersVersion>9.0.0-beta.24164.1</MicrosoftDotNetBuildTasksInstallersVersion>
|
||||
<MicrosoftDotNetVersionToolsTasksVersion>9.0.0-beta.24164.1</MicrosoftDotNetVersionToolsTasksVersion>
|
||||
<!-- corefx -->
|
||||
<SystemDataDataSetExtensionsVersion>4.5.0</SystemDataDataSetExtensionsVersion>
|
||||
<SystemDataSqlClientVersion>4.8.6</SystemDataSqlClientVersion>
|
||||
|
|
|
@ -98,14 +98,16 @@ jobs:
|
|||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(BARBuildId)
|
||||
Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value "$(DefaultChannels)"
|
||||
Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(IsStableBuild)
|
||||
New-Item -Path "$(Build.StagingDirectory)/ReleaseConfigs" -ItemType Directory -Force
|
||||
$filePath = "$(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt"
|
||||
Add-Content -Path $filePath -Value $(BARBuildId)
|
||||
Add-Content -Path $filePath -Value "$(DefaultChannels)"
|
||||
Add-Content -Path $filePath -Value $(IsStableBuild)
|
||||
|
||||
- task: 1ES.PublishBuildArtifacts@1
|
||||
displayName: Publish ReleaseConfigs Artifact
|
||||
inputs:
|
||||
PathtoPublish: '$(Build.StagingDirectory)/ReleaseConfigs.txt'
|
||||
PathtoPublish: '$(Build.StagingDirectory)/ReleaseConfigs'
|
||||
PublishLocation: Container
|
||||
ArtifactName: ReleaseConfigs
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
"dotnet": "9.0.100-preview.1.24101.2"
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24162.2",
|
||||
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24162.2",
|
||||
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24164.1",
|
||||
"Microsoft.DotNet.SharedFramework.Sdk": "9.0.0-beta.24164.1",
|
||||
"Microsoft.Build.NoTargets": "3.7.0",
|
||||
"Microsoft.Build.Traversal": "3.4.0"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче