Skip to content

Commit ee7ee1c

Browse files
committed
small changes
1 parent a6ffa91 commit ee7ee1c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build/common/Utilities/Constants.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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";

0 commit comments

Comments
 (0)