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

Commit

Permalink
Upgrade symuploader to version 1.0.0-beta-63412-03
Browse files Browse the repository at this point in the history
Turn off verbose symbol publish logging.
  • Loading branch information
mikem8361 committed Oct 12, 2018
1 parent 2739b08 commit 101c716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.props
Expand Up @@ -74,7 +74,7 @@
<!-- Publish symbol build task package -->
<PropertyGroup>
<PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
<PublishSymbolsPackageVersion>1.0.0-beta-63112-02</PublishSymbolsPackageVersion>
<PublishSymbolsPackageVersion>1.0.0-beta-63412-03</PublishSymbolsPackageVersion>
</PropertyGroup>

<Import Project="$(MSBuildThisFileDirectory)eng\Versions.props" />
Expand Down
1 change: 0 additions & 1 deletion src/publish.proj
Expand Up @@ -93,7 +93,6 @@
<Target Name="SetupPublishSymbols">
<PropertyGroup>
<ConvertPortablePdbsToWindowsPdbs Condition="'$(ConvertPortablePdbsToWindowsPdbs)'==''">true</ConvertPortablePdbsToWindowsPdbs>
<SymbolVerboseLogging>true</SymbolVerboseLogging>
</PropertyGroup>
<ItemGroup>
<SymbolPackagesToPublish Include="$(FinalSymbolsPackagesPattern)" />
Expand Down

0 comments on commit 101c716

Please sign in to comment.