copy ReleaseNotes.xml to output directory

master
Tudor Stanciu 2023-04-18 02:21:22 +03:00
parent d00b96c341
commit 5a8af94ad7
1 changed files with 3 additions and 1 deletions

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>