We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df28e3 commit 0db9ae4Copy full SHA for 0db9ae4
.azure/pipelines/ci-public.yml
@@ -666,8 +666,6 @@ stages:
666
-NoBuildDeps
667
-configuration Release
668
displayName: Run project template tests
669
- # Continue on error until https://github.com/dotnet/aspnetcore/issues/58957 is resolved
670
- continueOnError: true
671
672
artifacts:
673
- name: Local_Windows_x64_Logs_Attempt_$(System.JobAttempt)
global.json
@@ -1,9 +1,9 @@
1
{
2
"sdk": {
3
- "version": "10.0.100-alpha.1.24560.6"
+ "version": "10.0.100-alpha.1.24570.4"
4
},
5
"tools": {
6
- "dotnet": "10.0.100-alpha.1.24560.6",
+ "dotnet": "10.0.100-alpha.1.24570.4",
7
"runtimes": {
8
"dotnet/x86": [
9
"$(MicrosoftInternalRuntimeAspNetCoreTransportVersion)"
0 commit comments