We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4515030 commit 7ba103cCopy full SHA for 7ba103c
1 file changed
new-cli/GitVersion.Cli/GitVersion.Cli.csproj
@@ -31,4 +31,11 @@
31
<ProjectReference Include="..\GitVersion.Cli.Generator\GitVersion.Cli.Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
32
</ItemGroup>
33
34
+ <ItemGroup>
35
+ <Content Include="..\docs\*.rsp">
36
+ <Link>docs\%(Filename)%(Extension)</Link>
37
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
38
+ </Content>
39
+ </ItemGroup>
40
+
41
</Project>
0 commit comments