Add freebsd-x64 server packaging target (#31237)
This commit is contained in:
@@ -22,6 +22,7 @@ public static class ServerPackaging
|
||||
new PlatformReg("win-x86", "Windows", false),
|
||||
new PlatformReg("linux-x86", "Linux", false),
|
||||
new PlatformReg("linux-arm", "Linux", false),
|
||||
new PlatformReg("freebsd-x64", "FreeBSD", false),
|
||||
};
|
||||
|
||||
private static List<string> PlatformRids => Platforms
|
||||
|
||||
Reference in New Issue
Block a user