Skip to content

Commit db4b02e

Browse files
Anipikeerhardt
authored andcommitted
publish symbols enabled (dotnet#99)
1 parent 6449a8b commit db4b02e

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)