copy ReleaseNotes.xml to output directory

This commit is contained in:
Tudor Stanciu 2023-04-18 02:21:22 +03:00
parent d00b96c341
commit 5a8af94ad7

View File

@ -6,7 +6,9 @@
</PropertyGroup>
<ItemGroup>
<Content Include="..\..\..\ReleaseNotes.xml" Link="ReleaseNotes.xml" />
<Content Include="..\..\..\ReleaseNotes.xml" Link="ReleaseNotes.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>