File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ public static class Constants
28
28
public const string CentosStreamLatest = "centos.stream.9" ;
29
29
public const string DebianLatest = "debian.12" ;
30
30
public const string FedoraLatest = "fedora.41" ;
31
- public const string Ubuntu2204 = "ubuntu.22.04" ;
32
- public const string Ubuntu2404 = "ubuntu.24.04" ;
31
+ public const string UbuntuLatest = "ubuntu.24.04" ;
33
32
34
33
public const string DockerDistroLatest = DebianLatest ;
35
34
@@ -39,8 +38,8 @@ public static class Constants
39
38
CentosStreamLatest ,
40
39
DebianLatest ,
41
40
FedoraLatest ,
42
- Ubuntu2204 ,
43
- Ubuntu2404
41
+ UbuntuLatest ,
42
+ "ubuntu.22.04"
44
43
] ;
45
44
public const string NugetOrgUrl = "https://api.nuget.org/v3/index.json" ;
46
45
public const string GithubPackagesUrl = "https://nuget.pkg.github.com/gittools/index.json" ;
You can’t perform that action at this time.
0 commit comments