Merge pull request #3287 from jtkech/patch-1
minor change to a comment in IncrementalManager.cs
This commit is contained in:
commit
e83b0b374a
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);
|
var newInputs = compilerIO.Inputs.Where(p => File.GetLastWriteTimeUtc(p) >= minDateUtc);
|
||||||
|
|
||||||
return newInputs.Any()
|
return newInputs.Any()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue