diff --git a/.azure/pipelines/ci-public.yml b/.azure/pipelines/ci-public.yml index ae6bf116c75e..a261f21aa78d 100644 --- a/.azure/pipelines/ci-public.yml +++ b/.azure/pipelines/ci-public.yml @@ -666,8 +666,6 @@ stages: -NoBuildDeps -configuration Release displayName: Run project template tests - # Continue on error until https://github.com/dotnet/aspnetcore/issues/58957 is resolved - continueOnError: true artifacts: - name: Local_Windows_x64_Logs_Attempt_$(System.JobAttempt) diff --git a/global.json b/global.json index a2d60794e49a..a553563dce1b 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "10.0.100-alpha.1.24560.6" + "version": "10.0.100-alpha.1.24570.4" }, "tools": { - "dotnet": "10.0.100-alpha.1.24560.6", + "dotnet": "10.0.100-alpha.1.24570.4", "runtimes": { "dotnet/x86": [ "$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"