BuildTools/modules/NuGetPackageVerifier
Nate McMaster 2444fbdf4f
Support running KoreBuild on full msbuild (#869)
These changes support using "MSBuild.exe" instead of "dotnet msbuild" when building a repo with KoreBuild.  The default still remains `dotnet msbuild`, so this is an opt-in change for repos.

### Usage:

In korebuild.json, add the following:

```json
{
  "msbuildType": "full"
}
```

_This only applies to Windows builds._

## Changes in this PR:
* Remove unused tasks and targets (reduces what we had to port to .NET Framework)
* Invoke VSWhere to find MSBuild.exe
* Back-port improvements to SourceLink and VSWhere tasks to reduce dependency on Json.Net
2018-11-13 10:17:28 -08:00
..
console Support scanning multiple package directories 2018-11-02 17:23:28 -07:00
msbuild Support running KoreBuild on full msbuild (#869) 2018-11-13 10:17:28 -08:00
NuGetPackageVerifier.proj Update NGPV to use runtime rollforward (#789) 2018-10-11 08:48:40 -07:00
module.targets Support scanning multiple package directories 2018-11-02 17:23:28 -07:00