We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ab236 commit 0b2e3afCopy full SHA for 0b2e3af
1 file changed
NuGetClientPRHealth/Program.cs
@@ -10,7 +10,7 @@ int ParseArg(string name, int defaultVal)
10
?? Environment.GetEnvironmentVariable("GITHUB_TOKEN");
11
var windowDays = ParseArg("days", 14);
12
var outputPath = args.FirstOrDefault(a => a.StartsWith("--output="))?.Split('=', 2).Last()
13
- ?? $"nuget-pr-health-{DateTime.Now:yyyy-MM-dd}.html";
+ ?? $"nuget-pr-health-{DateTime.UtcNow:yyyy-MM-dd}.html";
14
15
Console.WriteLine();
16
Console.WriteLine(" NuGet.Client PR Health Dashboard");
0 commit comments