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

Commit migrated from https://github.com/dotnet/core-setup/commit/195853b09d5dd0dea9cc371fb9bd54808d7b7233

src/installer/dependencies.props
src/installer/publish/publish.proj

index e72d57c..f9d55f6 100644 (file)
@@ -51,7 +51,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>
 
   <ItemGroup>
index 598754c..884b4f2 100644 (file)
   <Target Name="SetupPublishSymbols" Condition="'$(SymbolServerPath)'!=''" >
     <PropertyGroup>
       <SymbolExpirationInDays Condition="'$(SymbolExpirationInDays)'=='' and '$(SymbolExpirationDate)'==''">1</SymbolExpirationInDays>
-      <SymbolVerboseLogging>true</SymbolVerboseLogging>
       <ConvertPortablePdbsToWindowsPdbs>true</ConvertPortablePdbsToWindowsPdbs>
     </PropertyGroup>
     <ItemGroup>