Skip to content

Commit 7ba103c

Browse files
committed
build(cli): Include documentation response files in output
Ensures .rsp files from the docs directory are copied to the output alongside the CLI executable.
1 parent 4515030 commit 7ba103c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

new-cli/GitVersion.Cli/GitVersion.Cli.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,11 @@
3131
<ProjectReference Include="..\GitVersion.Cli.Generator\GitVersion.Cli.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
3232
</ItemGroup>
3333

34+
<ItemGroup>
35+
<Content Include="..\docs\*.rsp">
36+
<Link>docs\%(Filename)%(Extension)</Link>
37+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
38+
</Content>
39+
</ItemGroup>
40+
3441
</Project>

0 commit comments

Comments
 (0)