Skip to content

Commit 16b33d3

Browse files
chore: update csproj xml item group for issue template
1 parent bab29c9 commit 16b33d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

StaticFileOptionsExtender.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,14 @@
5454
</ItemGroup>
5555

5656
<ItemGroup>
57+
<Folder Include=".github\ISSUE_TEMPLATE\" />
5758
<Folder Include="Scripts\" />
5859
</ItemGroup>
5960

61+
<ItemGroup>
62+
<None Include=".github\issue_template\issue.yaml" />
63+
</ItemGroup>
64+
6065
<Target Name="PreprocessChangelog" BeforeTargets="Pack">
6166
<Exec Command="powershell -ExecutionPolicy Bypass -File $(MSBuildProjectDirectory)\Scripts\PreprocessChangelog.ps1 -Version v$(Version)" />
6267
</Target>

0 commit comments

Comments
 (0)