Skip to content

Commit 9d2e820

Browse files
authored
feat: Add inline documentation to packed Authoring library (#11)
1 parent b3b1ecd commit 9d2e820

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/Pack/Policy/Policy.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
<ItemGroup>
3232
<ProjectReference Include="..\..\Authoring\Authoring.csproj" />
33-
<!-- <ProjectReference Include="..\..\Core\Core.csproj" />-->
3433
<ProjectReference Include="..\..\Analyzers\Analyzers.csproj" />
3534
</ItemGroup>
3635

@@ -52,10 +51,9 @@
5251
<Output TaskParameter="NuGetShortFolderName" PropertyName="_NuGetShortFolderName" />
5352
</GetNuGetShortFolderName>
5453
<ItemGroup>
55-
<TfmSpecificPackageFile Include="$(OutputPath)\Authoring.dll"
56-
PackagePath="lib/$(_NuGetShortFolderName)" />
57-
<!-- <TfmSpecificPackageFile Include="$(OutputPath)\Core.dll"-->
58-
<!-- PackagePath="lib/$(_NuGetShortFolderName)" />-->
54+
<TfmSpecificPackageFile Include="$(OutputPath)\Authoring.dll" PackagePath="lib/$(_NuGetShortFolderName)" />
55+
<TfmSpecificPackageFile Include="$(OutputPath)\Authoring.xml" PackagePath="lib/$(_NuGetShortFolderName)" />
56+
<TfmSpecificPackageFile Include="$(OutputPath)\Authoring.pdb" PackagePath="lib/$(_NuGetShortFolderName)" />
5957
</ItemGroup>
6058
</Target>
6159

0 commit comments

Comments
 (0)