Custom logger for MSBuild to receive telemetry events (#4551)

* 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.
This commit is contained in:
Jeff Kluge 2016-10-31 16:16:39 -07:00 committed by Piotr Puszkiewicz
parent d804502a8a
commit 595a768e30
19 changed files with 98 additions and 21 deletions

View file

@ -37,7 +37,7 @@
<Version>4.0.0-rc-2037</Version>
</PackageReference>
<PackageReference Include="Microsoft.Build.Utilities.Core">
<Version>0.1.0-preview-00043-160929</Version>
<Version>15.1.0-preview-000370-00</Version>
</PackageReference>
<PackageReference Include="Microsoft.DotNet.PlatformAbstractions">
<Version>1.0.1-beta-000933</Version>