595a768e30
* Upgrade MSBuild references to 15.1.0-preview-000370-00 * Custom logger for MSBuild to receive telemetry events Had to make the telemetry session ID a static variable so that the forwarding app could use it. I've tested this all manually and will be writing tests after everyone signs off on the implementation here. |
||
---|---|---|
.. | ||
MigrationDefaultsConstructor.csproj | ||
Program.cs | ||
project.json | ||
README.md | ||
run.sh |
Migration Defaults Constructor
This pulls the migration property and item defaults from a clone of the dotnet/sdk repo.
Run ./run.sh
to generate an sdkdefaults.json
Move it to the Microsoft.DotNet.ProjectJsonMigration project under src
to override the defaults in dotnet (it's embedded as a resource).