Skip to content

Commit aba0e9a

Browse files
ViktorHoferjonsequitur
authored andcommitted
Remove manual symbol conversion and dead property
The `UsingToolSymbolUploader` property is dead and doesn't do anything anymore. The `PublishWindowsPdb` property doesn't need to be set here as the conversion happens automatically as part of the Maestro publishing. No other repo sets this anymore (in the VMR).
1 parent 493a1d2 commit aba0e9a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eng/Versions.props

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
<!-- Default version number to global tool. -->
55
<VersionPrefix>0.1.0</VersionPrefix>
66
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
7-
<PreReleaseVersionLabel>
8-
</PreReleaseVersionLabel>
9-
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
10-
<PublishWindowsPdb>true</PublishWindowsPdb>
7+
<PreReleaseVersionLabel></PreReleaseVersionLabel>
118
</PropertyGroup>
129
<PropertyGroup Condition="'$(UseGlobalToolVersion)' == 'true'">
1310
<AutoGenerateAssemblyVersion>false</AutoGenerateAssemblyVersion>

0 commit comments

Comments
 (0)