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:
parent
d804502a8a
commit
595a768e30
19 changed files with 98 additions and 21 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue