Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit d0d26d1

Browse files
author
Mike McLaughlin
authored
Upgrade symuploader to version 1.0.0-beta-63412-03 (#20394)
Turn off verbose symbol publish logging.
1 parent ffc347a commit d0d26d1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!-- Publish symbol build task package -->
6262
<PropertyGroup>
6363
<PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
64-
<PublishSymbolsPackageVersion>1.0.0-beta-62806-01</PublishSymbolsPackageVersion>
64+
<PublishSymbolsPackageVersion>1.0.0-beta-63412-03</PublishSymbolsPackageVersion>
6565
</PropertyGroup>
6666

6767
<!-- Package dependency verification/auto-upgrade configuration. -->

src/publish.proj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
<Target Name="SetupPublishSymbols">
141141
<PropertyGroup>
142142
<ConvertPortablePdbsToWindowsPdbs Condition="'$(ConvertPortablePdbsToWindowsPdbs)'==''">true</ConvertPortablePdbsToWindowsPdbs>
143-
<SymbolVerboseLogging>true</SymbolVerboseLogging>
144143
</PropertyGroup>
145144
<ItemGroup>
146145
<SymbolPackagesToPublish Include="$(SymbolsPackagesPattern)" />

0 commit comments

Comments
 (0)