Skip to content

Commit

Permalink
Merge pull request dotnet/corefx#32791 from mikem8361/symupver
Browse files Browse the repository at this point in the history
Upgrade symuploader to version 1.0.0-beta-63412-03

Commit migrated from dotnet/corefx@71c1371
  • Loading branch information
mikem8361 authored Oct 15, 2018
2 parents cd50898 + 16e92cb commit 54aa13d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/libraries/dependencies.props
Original file line number Diff line number Diff line change
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/libraries/publish.proj
Original file line number Diff line number Diff line change
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 54aa13d

Please sign in to comment.