Skip to content

Commit e1db5c5

Browse files
Anipikeerhardt
authored andcommitted
publish symbols enabled (#99)
1 parent 3e5b5ed commit e1db5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/publish.proj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<PropertyGroup>
55
<PublishSymbolsPackage>Microsoft.SymbolUploader.Build.Task</PublishSymbolsPackage>
6-
<EnablePublishSymbols>false</EnablePublishSymbols>
6+
<EnablePublishSymbols Condition="'$(EnablePublishSymbols)'==''" >true</EnablePublishSymbols>
77
</PropertyGroup>
88

99
<Import Project="$(PackagesDir)\$(PublishSymbolsPackage.ToLower())\$(PublishSymbolsPackageVersion)\build\PublishSymbols.targets" />

0 commit comments

Comments
 (0)