We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab29c9 commit 16b33d3Copy full SHA for 16b33d3
StaticFileOptionsExtender.csproj
@@ -54,9 +54,14 @@
54
</ItemGroup>
55
56
<ItemGroup>
57
+ <Folder Include=".github\ISSUE_TEMPLATE\" />
58
<Folder Include="Scripts\" />
59
60
61
+ <ItemGroup>
62
+ <None Include=".github\issue_template\issue.yaml" />
63
+ </ItemGroup>
64
+
65
<Target Name="PreprocessChangelog" BeforeTargets="Pack">
66
<Exec Command="powershell -ExecutionPolicy Bypass -File $(MSBuildProjectDirectory)\Scripts\PreprocessChangelog.ps1 -Version v$(Version)" />
67
</Target>
0 commit comments