2 references to PreserveNewest
Microsoft.NET.Sdk.BlazorWebAssembly.Tasks (2)
StaticWebAsset.cs (2)
503
CopyToPublishDirectory = string.IsNullOrEmpty(CopyToPublishDirectory) ? AssetCopyOptions.
PreserveNewest
: CopyToPublishDirectory;
1027
public const string PreserveNewest = nameof(
PreserveNewest
);