7 references to DeterministicTimestamp
Microsoft.Build.Tasks.Core (7)
TarDirectory.cs (7)
360/// Resolves the optional <see cref="DeterministicTimestamp"/> parameter, logging an error and returning 364/// On success, the parsed timestamp, or <see langword="null"/> when no <see cref="DeterministicTimestamp"/> was 372if (string.IsNullOrEmpty(DeterministicTimestamp)) 377if (!TryParseTimestamp(DeterministicTimestamp, out DateTimeOffset parsedTimestamp)) 379Log.LogErrorWithCodeFromResources("TarDirectory.InvalidDeterministicTimestamp", DeterministicTimestamp); 390/// Parses a <see cref="DeterministicTimestamp"/> value. The value may be an integer number of seconds since the 543/// The RFC 3339 date-time formats accepted for <see cref="DeterministicTimestamp"/>, mirroring NuGet's