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 638f73c commit 6a461f9Copy full SHA for 6a461f9
package/Library/Lindexi.Src.CustomWPF/Assets/Package.targets
@@ -1,5 +1,5 @@
1
<Project>
2
<Target Name="CopyWpfAssetsFile" AfterTargets="AfterBuild">
3
- <Copy SourceFiles="$(MSBuildThisFileDirectory)..\Assets\**\*" DestinationFiles="$(OutputPath)\" SkipUnchangedFiles="True"></Copy>
+ <Copy SourceFiles="$(MSBuildThisFileDirectory)..\Assets\**\*" DestinationFolder="$(OutputPath)\" SkipUnchangedFiles="True"></Copy>
4
</Target>
5
</Project>
0 commit comments