Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Commit abb6176

Browse files
authored
Always publish symbols for official builds (#7267)
1 parent f57cdf6 commit abb6176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.msbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<_PackagesToPublish Include="$(PublishPattern)" Exclude="$(SymbolsPackagesPattern)" />
13-
<_SymbolsPackagesToPublish Include="$(SymbolsPackagesPattern)" Condition="'$(PublishSymbols)' == 'true'" />
13+
<_SymbolsPackagesToPublish Include="$(SymbolsPackagesPattern)" />
1414
</ItemGroup>
1515

1616
<Target Name="PublishToAzureBlobFeed">

0 commit comments

Comments
 (0)