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
2828 public const string CentosStreamLatest = "centos.stream.9" ;
2929 public const string DebianLatest = "debian.12" ;
3030 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" ;
3332
3433 public const string DockerDistroLatest = DebianLatest ;
3534
@@ -39,8 +38,8 @@ public static class Constants
3938 CentosStreamLatest ,
4039 DebianLatest ,
4140 FedoraLatest ,
42- Ubuntu2204 ,
43- Ubuntu2404
41+ UbuntuLatest ,
42+ "ubuntu.22.04"
4443 ] ;
4544 public const string NugetOrgUrl = "https://api.nuget.org/v3/index.json" ;
4645 public const string GithubPackagesUrl = "https://nuget.pkg.github.com/gittools/index.json" ;
You can’t perform that action at this time.
0 commit comments