fix #3469 by correcting overflow and enabling tests (#3471)

* fix #3469 by correcting overflow and enabling tests

* pr feedback
This commit is contained in:
Andrew Stanton-Nurse 2016-06-10 17:28:23 -07:00 committed by GitHub
parent ec02de828e
commit 762a259e9f
3 changed files with 10 additions and 8 deletions

View file

@ -39,6 +39,7 @@ namespace Microsoft.DotNet.Cli.Build
"Microsoft.DotNet.Cli.Utils.Tests",
"Microsoft.DotNet.Compiler.Common.Tests",
"Microsoft.DotNet.ProjectModel.Tests",
"Microsoft.DotNet.ProjectModel.Loader.Tests",
"Microsoft.Extensions.DependencyModel.Tests",
"Performance"
};