init commit
This commit is contained in:
BIN
bin/pac/tools/bt-uploader/Microsoft.ApplicationInsights.dll
Normal file
BIN
bin/pac/tools/bt-uploader/Microsoft.ApplicationInsights.dll
Normal file
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
BIN
bin/pac/tools/bt-uploader/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
BIN
bin/pac/tools/bt-uploader/System.Buffers.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.Buffers.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/System.Memory.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.Memory.dll
Normal file
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/System.Numerics.Vectors.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.Numerics.Vectors.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/System.Text.Encodings.Web.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.Text.Encodings.Web.dll
Normal file
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/System.Text.Json.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.Text.Json.dll
Normal file
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/System.Threading.Tasks.Extensions.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.Threading.Tasks.Extensions.dll
Normal file
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/System.ValueTuple.dll
Normal file
BIN
bin/pac/tools/bt-uploader/System.ValueTuple.dll
Normal file
Binary file not shown.
BIN
bin/pac/tools/bt-uploader/pacTelemetryUpload.exe
Normal file
BIN
bin/pac/tools/bt-uploader/pacTelemetryUpload.exe
Normal file
Binary file not shown.
52
bin/pac/tools/bt-uploader/pacTelemetryUpload.exe.config
Normal file
52
bin/pac/tools/bt-uploader/pacTelemetryUpload.exe.config
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
||||
</startup>
|
||||
<system.diagnostics>
|
||||
<trace autoflush="true" />
|
||||
<sources>
|
||||
<source name="Microsoft.PowerPlatform.Tooling.BatchedTelemetry" switchName="Microsoft.PowerPlatform.Tooling.BatchedTelemetry" switchType="System.Diagnostics.SourceSwitch">
|
||||
<listeners>
|
||||
<remove name="Default" />
|
||||
<!--<add name="console" type="System.Diagnostics.DefaultTraceListener"/>-->
|
||||
<add name="pacTelemetryUploadLogFile" />
|
||||
</listeners>
|
||||
</source>
|
||||
</sources>
|
||||
<sharedListeners>
|
||||
<add name="pacTelemetryUploadLogFile" type="System.Diagnostics.TextWriterTraceListener" initializeData="pacTelemetryUpload.log" />
|
||||
</sharedListeners>
|
||||
<switches>
|
||||
<!--
|
||||
By default, for pacTelemetryUpload we only log the Warning/Errors.
|
||||
Possible values for switches: Off, Error, Warning, Information, Verbose
|
||||
Verbose: includes Error, Warning, Information, Verbose levels
|
||||
Information: includes Error, Warning, Information levels
|
||||
Warning: includes Error, Warning levels
|
||||
Error: includes Error level
|
||||
-->
|
||||
<add name="Microsoft.PowerPlatform.Tooling.BatchedTelemetry" value="Warning" />
|
||||
</switches>
|
||||
</system.diagnostics>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user