Addressing more code review comments and removing the incrementality from BuildProjectsForNuGetPackages. All it does is invoke dotnet build, which already has incremental builds. I will let it handle this one.

This commit is contained in:
Livar Cunha 2016-06-30 17:34:11 -07:00
parent 2846a9b2e7
commit 5302a63aa3
6 changed files with 15 additions and 83 deletions

View file

@ -20,7 +20,6 @@
"runtimes": {
"win7-x64": {},
"win7-x86": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.16.04-x64": {},

View file

@ -23,7 +23,6 @@
"runtimes": {
"win7-x64": {},
"win7-x86": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.16.04-x64": {},