Skip to content

Commit 563450e

Browse files
Generate platform independent debug symbols (#204)
1 parent 97c282c commit 563450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<DebugSymbols>true</DebugSymbols>
1212
<IncludeSymbols>true</IncludeSymbols>
1313
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
14-
<DebugType>pdbonly</DebugType>
14+
<DebugType>portable</DebugType>
1515
<PackageId>Microsoft.Azure.WebJobs.Extensions.Sql</PackageId>
1616
<PackageTags>Microsoft Azure WebJobs AzureFunctions SQL AzureSQL</PackageTags>
1717
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>

0 commit comments

Comments
 (0)