mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-20 23:54:26 +08:00
10 lines
234 B
C#
10 lines
234 B
C#
namespace Plonds.Core.Publishing;
|
|
|
|
public sealed record PlondsBuildOptions(
|
|
string ReleaseTag,
|
|
string AssetsDirectory,
|
|
string OutputRoot,
|
|
string PrivateKeyPath,
|
|
string Repository,
|
|
string? S3BaseUrl = null);
|