From 166851df325364538c0157d33609f373d8fd6da2 Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 23 May 2019 17:53:11 -0700 Subject: [PATCH] Make it so Helix runs can be rerun and preserve history (#10457) * Make it so Helix runs can be rerun and preserve history Addresses https://github.com/aspnet/AspNetCore/issues/8235 * Update eng/helix/helix.proj Co-Authored-By: Nate McMaster --- eng/helix/helix.proj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/helix/helix.proj b/eng/helix/helix.proj index 9274e5a6df..df0567251a 100644 --- a/eng/helix/helix.proj +++ b/eng/helix/helix.proj @@ -19,7 +19,7 @@ ci aspnetcore - $(BUILD_BUILDNUMBER) + $(BUILD_BUILDNUMBER).$([System.DateTime]::Now.ToString('HH.mm')) true true true