diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82df82e3d36922eabad9c83659c20cfe57e9f457..fb960f7df31483fc5f59a7fdd5f17978eb40a1d7 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 dc5bc8414d7d6c03a750853d47ffc9dc68a4ec68..535a64e7874702dc2f68d9a1f69e275770205eb8 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 1e27e2666c6d27ee53d20676dc6f9fd3fd585cce..ef51c182510098f0e21d899581263e75be1da104 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 7bdf7d68360c5581d380044cc5d33dea005b6906..1fa86a1042995dba9ab92e14935b6e53ea355eea 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"