From efc269ad16725bf03e7b941079dd07bd1c7e66e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 06:57:44 +0000 Subject: [PATCH] [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 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 4 ++-- eng/pipeline.yml | 21 ++++++++++++++------- global.json | 4 ++-- 4 files changed, 28 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82df82e3d..fb960f7df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,25 +75,25 @@ - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 - + https://github.com/dotnet/arcade - 87531ff8de2e6501ff85973c9af44953a2c5b687 + 4f864b2841b3317bdfc516ead0ba6e7856fab575 diff --git a/eng/Versions.props b/eng/Versions.props index dc5bc8414..535a64e78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,8 +48,8 @@ - 8.0.0-beta.22452.1 - 8.0.0-beta.22452.1 + 8.0.0-beta.22456.4 + 8.0.0-beta.22456.4 diff --git a/eng/pipeline.yml b/eng/pipeline.yml index 1e27e2666..ef51c1825 100644 --- a/eng/pipeline.yml +++ b/eng/pipeline.yml @@ -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 diff --git a/global.json b/global.json index 7bdf7d683..1fa86a104 100644 --- a/global.json +++ b/global.json @@ -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" -- GitLab