Update IncrementalManager.cs
This commit is contained in:
parent
f4ceb1f213
commit
4a8501eec1
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ namespace Microsoft.DotNet.Tools.Build
|
|||
}
|
||||
}
|
||||
|
||||
// find inputs that are older than the earliest output
|
||||
// find inputs that are newer than the earliest output
|
||||
var newInputs = compilerIO.Inputs.Where(p => File.GetLastWriteTimeUtc(p) >= minDateUtc);
|
||||
|
||||
return newInputs.Any()
|
||||
|
|
Loading…
Add table
Reference in a new issue