We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5b5ed commit e1db5c5Copy full SHA for e1db5c5
build/publish.proj
@@ -3,7 +3,7 @@
3
4
<PropertyGroup>
5
<PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
6
- <EnablePublishSymbols>false</EnablePublishSymbols>
+ <EnablePublishSymbols Condition="'$(EnablePublishSymbols)'==''" >true</EnablePublishSymbols>
7
</PropertyGroup>
8
9
<Import Project="$(PackagesDir)\$(PublishSymbolsPackage.ToLower())\$(PublishSymbolsPackageVersion)\build\PublishSymbols.targets" />
0 commit comments