Pipeline
This commit is contained in:
@ -3,6 +3,7 @@ using System.Text.Json;
|
||||
namespace Barcode.Host.Server.Models;
|
||||
|
||||
public record AppSettings(string BuildNumber,
|
||||
string BuildSourceVersion,
|
||||
int ClearLastScanServiceAfter,
|
||||
string Company,
|
||||
string DeviceNameEndsWith,
|
||||
@ -10,7 +11,6 @@ public record AppSettings(string BuildNumber,
|
||||
int ExpectedScanLengthA,
|
||||
int ExpectedScanLengthB,
|
||||
string FileShare,
|
||||
string GitCommitSeven,
|
||||
bool IsDevelopment,
|
||||
bool IsStaging,
|
||||
string LinuxDevicePath,
|
||||
|
Reference in New Issue
Block a user