未验证 提交 efc269ad 编写于 作者: D dotnet-maestro[bot] 提交者: GitHub

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

[main] Update dependencies from dotnet/arcade


 - Use DownloadBuildArtifacts@0

 - Fix specific build ID

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml

 - Update pipeline.yml
上级 2bdc217a
......@@ -75,25 +75,25 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22452.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
<Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.22452.1">
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
<Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22452.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
<Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.22452.1">
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
<Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenAPI" Version="8.0.0-beta.22452.1">
<Dependency Name="Microsoft.DotNet.GenAPI" Version="8.0.0-beta.22456.4">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>87531ff8de2e6501ff85973c9af44953a2c5b687</Sha>
<Sha>4f864b2841b3317bdfc516ead0ba6e7856fab575</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
......@@ -48,8 +48,8 @@
</PropertyGroup>
<!-- Packages that come from https://github.com/dotnet/arcade -->
<PropertyGroup>
<MicrosoftDotNetApiCompatVersion>8.0.0-beta.22452.1</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>8.0.0-beta.22452.1</MicrosoftDotNetCodeAnalysisPackageVersion>
<MicrosoftDotNetApiCompatVersion>8.0.0-beta.22456.4</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetCodeAnalysisPackageVersion>8.0.0-beta.22456.4</MicrosoftDotNetCodeAnalysisPackageVersion>
</PropertyGroup>
<!-- Maintain System.CodeDom PackageVersion at 4.4.0. See https://github.com/Microsoft/msbuild/issues/3627 -->
<!-- Pin specific versions of S.Memory so that it would supply AssemblyVersion=4.0.1.0. See https://github.com/dotnet/runtime/issues/31672 -->
......
......@@ -208,24 +208,31 @@ jobs:
targetType: 'inline'
script: '.\eng\copy-wpf.ps1 -testhost -destination .dotnet -$(_BuildConfig) -arch $(_Platform)'
- task: DownloadBuildArtifacts@1
- task: DownloadPipelineArtifact@2
displayName: Fetch Test Binaries
inputs:
buildType: 'specific'
project: '9ee6d478-d288-47f7-aacc-f6e6d082ae6d'
pipeline: '1145'
project: 'cbb18261-c48f-4abb-8651-8cdcb5474649'
pipeline: '81'
buildVersionToDownload: 'specific'
buildId: '1934148'
buildId: '6988'
downloadPath: '$(System.ArtifactsDirectory)\testbinzip\'
checkDownloadedFiles: true
- task: CmdLine@2
displayName: 'List files'
inputs:
script: |
dir /a-D /S /B
workingDirectory: '$(System.ArtifactsDirectory)\testbinzip'
- task: ExtractFiles@1
displayName: Extract Test Bins
inputs:
archiveFilePatterns: '$(System.ArtifactsDirectory)\testbinzip\*.zip'
archiveFilePatterns: '$(System.ArtifactsDirectory)\testbinzip\*.zip\*.zip'
destinationFolder: '$(System.ArtifactsDirectory)\testbins'
cleanDestinationFolder: true
overwriteExistingFiles: false
overwriteExistingFiles: true
- task: PowerShell@2
displayName: Run Tests
......
......@@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22452.1",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22452.1"
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22456.4",
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.22456.4"
},
"sdk": {
"version": "8.0.100-alpha.1.22423.9"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册