Import from internal git
This commit is contained in:
11
Core/Dto/Settings/PublishConfigDto.cs
Normal file
11
Core/Dto/Settings/PublishConfigDto.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Core.Dto.Settings;
|
||||
|
||||
/// <summary>
|
||||
/// This class gathers publish-related configurations
|
||||
/// </summary>
|
||||
public class PublishConfigDto
|
||||
{
|
||||
public string NpmRegistry { get; set; } = "";
|
||||
public string NugetRegistry { get; set; } = "";
|
||||
public string MavenRegistry { get; set; } = "";
|
||||
}
|
||||
Reference in New Issue
Block a user