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