Upgrade symuploader to version 1.0.0-beta-63412-03 (#20394)
authorMike McLaughlin <mikem@microsoft.com>
Mon, 15 Oct 2018 17:26:13 +0000 (10:26 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Oct 2018 17:26:13 +0000 (10:26 -0700)
Turn off verbose symbol publish logging.

dependencies.props
src/publish.proj

index 62ce829..ca6d046 100644 (file)
@@ -61,7 +61,7 @@
   <!-- Publish symbol build task package -->
   <PropertyGroup>
     <PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
-    <PublishSymbolsPackageVersion>1.0.0-beta-62806-01</PublishSymbolsPackageVersion>
+    <PublishSymbolsPackageVersion>1.0.0-beta-63412-03</PublishSymbolsPackageVersion>
   </PropertyGroup>
 
   <!-- Package dependency verification/auto-upgrade configuration. -->
index 37d9d27..1a4b075 100644 (file)
   <Target Name="SetupPublishSymbols">
     <PropertyGroup>
       <ConvertPortablePdbsToWindowsPdbs Condition="'$(ConvertPortablePdbsToWindowsPdbs)'==''">true</ConvertPortablePdbsToWindowsPdbs>
-      <SymbolVerboseLogging>true</SymbolVerboseLogging>
     </PropertyGroup>
     <ItemGroup>
       <SymbolPackagesToPublish Include="$(SymbolsPackagesPattern)" />