diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 700edc88220..01f740d9e13 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -165,25 +165,25 @@ - + https://github.com/dotnet/arcade - 5f327d7fb29852de22fb857d2b4a44e0cced9f41 + 39290b60a9015b444a1762d67e26f0f187eb5cc2 - + https://github.com/dotnet/arcade - 5f327d7fb29852de22fb857d2b4a44e0cced9f41 + 39290b60a9015b444a1762d67e26f0f187eb5cc2 - + https://github.com/dotnet/arcade - 5f327d7fb29852de22fb857d2b4a44e0cced9f41 + 39290b60a9015b444a1762d67e26f0f187eb5cc2 https://github.com/dotnet/arcade f4e11a15c7b8a949d4a366e792a9843ff6e88cd5 - + https://github.com/dotnet/arcade - 5f327d7fb29852de22fb857d2b4a44e0cced9f41 + 39290b60a9015b444a1762d67e26f0f187eb5cc2 https://github.com/dotnet/sourcelink diff --git a/eng/Versions.props b/eng/Versions.props index a781b80b76c..368ad69853a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -51,7 +51,7 @@ 9.0.0-beta.24053.1 - 10.0.0-beta.24554.2 + 10.0.0-beta.24557.1 diff --git a/eng/pipeline-pr.yml b/eng/pipeline-pr.yml index ee29e1b0711..d681a7cf1b0 100644 --- a/eng/pipeline-pr.yml +++ b/eng/pipeline-pr.yml @@ -190,6 +190,7 @@ jobs: $(_OfficialBuildIdArgs) $(_PlatformArgs) $(_InternalRuntimeDownloadArgs) + /bl:$(Build.SourcesDirectory)\artifacts\log\$(_BuildConfig)\Test.binlog displayName: Run xUnit Tests condition: and(or(ne(variables['_HelixPipeline'], 'true'), and(eq(variables['_HelixPipeline'], 'true') ,eq(variables['_BuildConfig'], 'Release'), eq(variables['_PublicBuildPipeline'], 'true'), eq(variables['_ContinuousIntegrationTestsEnabled'], 'true'))), ne(variables['_Platform'], 'arm64')) diff --git a/global.json b/global.json index 084e4128f6f..12e6fc9474b 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24554.2", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24554.2" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24557.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24557.1" }, "sdk": { "version": "9.0.100-rc.2.24474.11"