File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ stages:
45
45
dotnetVersion : $(defaultDotnetVersion)
46
46
47
47
- stage :
48
- displayName : Test Linux (.NET 6 )
48
+ displayName : Test Linux (.NET 8 )
49
49
dependsOn : []
50
50
jobs :
51
51
- template : azure-pipelines/test-matrix.yml
@@ -57,10 +57,10 @@ stages:
57
57
pool :
58
58
name : NetCore-Public
59
59
demands : ImageOverride -equals 1es-ubuntu-2004-open
60
- containerName : mcr.microsoft.com/dotnet/sdk:6 .0
60
+ containerName : mcr.microsoft.com/dotnet/sdk:8 .0
61
61
62
62
- stage :
63
- displayName : Test Linux (.NET 8 )
63
+ displayName : Test Linux (.NET 9 )
64
64
dependsOn : []
65
65
jobs :
66
66
- template : azure-pipelines/test-matrix.yml
@@ -72,7 +72,7 @@ stages:
72
72
pool :
73
73
name : NetCore-Public
74
74
demands : ImageOverride -equals 1es-ubuntu-2004-open
75
- containerName : mcr.microsoft.com/dotnet/sdk:8 .0
75
+ containerName : mcr.microsoft.com/dotnet/sdk:9 .0
76
76
77
77
- stage : Test_Windows_Stage
78
78
displayName : Test Windows
You can’t perform that action at this time.
0 commit comments