Skip to content

Commit cdf8fc5

Browse files
committed
Added *.pdb files to the package, as recommended by Microsoft when using SourceLink
1 parent df9f6aa commit cdf8fc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AtleX.CommandLineArguments/AtleX.CommandLineArguments.csproj

+2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
<PackageLicenseUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments/blob/master/LICENSE</PackageLicenseUrl>
1515
<Version>2.0.1</Version>
1616
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments.git</RepositoryUrl>
17+
<PublishRepositoryUrl>true</PublishRepositoryUrl>
1718
<RepositoryType>Git</RepositoryType>
19+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
1820
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
1921
<PackageReleaseNotes>
2022
2.0.1:

0 commit comments

Comments
 (0)