File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 <GeneratedFiles Include =" $(PublishDir)MotelyNode.cjs;$(PublishDir)MotelyNode.mjs;$(PublishDir)MotelyNode.d.ts" />
2828 <NativeBinary Include =" $(PublishDir)MotelyNode.node" />
2929 </ItemGroup >
30- <Copy SourceFiles =" @(GeneratedFiles)" DestinationFolder =" $(MSBuildProjectDirectory)\..\..\motely-node " SkipUnchangedFiles =" false" />
31- <Copy SourceFiles =" @(NativeBinary)" DestinationFolder =" $(MSBuildProjectDirectory)\..\..\motely-node \linux-x64" SkipUnchangedFiles =" false" />
30+ <Copy SourceFiles =" @(GeneratedFiles)" DestinationFolder =" $(MSBuildProjectDirectory)\$(NpmPackDirectory) " SkipUnchangedFiles =" false" />
31+ <Copy SourceFiles =" @(NativeBinary)" DestinationFolder =" $(MSBuildProjectDirectory)\$(NpmPackDirectory) \linux-x64" SkipUnchangedFiles =" false" />
3232 <Message Text =" Copied generated files to motely-node package directory" Importance =" high" />
3333 </Target >
3434</Project >
You can’t perform that action at this time.
0 commit comments