Update IncrementalManager.cs

This commit is contained in:
jtkech 2016-05-30 05:57:17 +02:00
parent f4ceb1f213
commit 4a8501eec1

View file

@ -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()