Allow false positive rebuilds when timestamp collision occurs
Fixes #965
This commit is contained in:
parent
be4629a6a6
commit
6d1ff3af8c
6 changed files with 76 additions and 51 deletions
|
@ -2,11 +2,6 @@
|
|||
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||||
|
||||
using Microsoft.DotNet.Cli.Utils;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using FluentAssertions;
|
||||
|
||||
namespace Microsoft.DotNet.Tools.Test.Utilities
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue