We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947fdb9 commit 342a069Copy full SHA for 342a069
KSPCommunityFixes/KSPCommunityFixes.csproj
@@ -328,6 +328,7 @@
328
</ItemGroup>
329
<Copy SourceFiles="@(BinariesToCopy)" DestinationFolder="$(PublishBinariesPath)" />
330
<Copy SourceFiles="$(RepoRootPath)\README.md" DestinationFolder="$(PublishPluginRootPath)" />
331
+ <Copy SourceFiles="$(RepoRootPath)\CHANGELOG.md" DestinationFolder="$(PublishPluginRootPath)" />
332
<GetAVCVersion Path="$(RepoRootPath)\GameData\$(GameDataFolderName)\$(AVCFilename)">
333
<Output PropertyName="AVCVersionMajor" TaskParameter="Major" />
334
<Output PropertyName="AVCVersionMinor" TaskParameter="Minor" />
0 commit comments