File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Sources/Wrappers/AngouriMath.CPP.Exporting Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <Target Name =" Copy for Windows" Condition =" $([MSBuild]::IsOSPlatform('Windows'))" AfterTargets =" Publish" >
14- <Exec Command =" 
 mkdir ..\AngouriMath.CPP.Importing\out-x64
 

 xcopy $(PublishDir) ..\AngouriMath.CPP.Importing\out-x64 /H /Y" />
14+ <Exec Command =" mkdir ..\AngouriMath.CPP.Importing\out-x64 & xcopy $(PublishDir) ..\AngouriMath.CPP.Importing\out-x64 /H /Y" />
1515 </Target >
1616
17- <Target Name =" Copy for Linux" Condition =" $([MSBuild]::IsOSPlatform('Linux'))" AfterTargets =" Publish" >
18- <Exec Command =" cp -R $(PublishDir) ../AngouriMath.CPP.Importing/out-x64/" />
19- </Target >
20-
21- <Target Name =" Copy for OS X" Condition =" $([MSBuild]::IsOSPlatform('OSX'))" AfterTargets =" Publish" >
22- <Exec Command =" cp -r $(PublishDir) ../AngouriMath.CPP.Importing/out-x64/" />
17+ <Target Name =" Copy for Unux" Condition =" $([MSBuild]::IsOSPlatform('Linux')) Or $([MSBuild]::IsOSPlatform('OSX'))" AfterTargets =" Publish" >
18+ <Exec Command =" cp $(PublishDir)/* ../AngouriMath.CPP.Importing/out-x64/" />
2319 </Target >
2420
2521 <ItemGroup >
You can’t perform that action at this time.
0 commit comments