File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
<DotNetCmd ></DotNetCmd >
49
49
</PropertyGroup >
50
50
51
- <Target Name =" prepack" DependsOnTargets =" Build" Condition =" '$(IsPackable)' == 'true'" >
51
+ <Target Name =" prepack" DependsOnTargets =" Build" Condition =" '$(IsPackable)' == 'true' AND '$(Platform)' == 'x64' " >
52
52
<Copy SourceFiles =" $(TargetDir)ref\$(TargetFileName)" DestinationFolder =" $(PackageDir)ref\$(GlobalTargetFramework)" Condition =" '$(ProduceReferenceAssembly)' == 'true' AND '$(RID)' == 'win-x64'" />
53
53
<Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PackageDir)runtimes\$(RID)\lib\$(GlobalTargetFramework)" />
54
54
</Target >
Original file line number Diff line number Diff line change 29
29
<Copy SourceFiles =" @(ClangHeaders)" DestinationFiles =" @(ClangHeaders->'$(PackageDir)contentFiles\any\any\lib\%(RecursiveDir)%(Filename)%(Extension)')" />
30
30
</Target >
31
31
32
- <Target Name =" PackNativeLibs" AfterTargets =" prepack" >
32
+ <Target Name =" PackNativeLibs" AfterTargets =" prepack" Condition = " '$(Platform)' == 'x64' " >
33
33
<ItemGroup >
34
34
<NativeLibs Include =" $(OutputPath)$(NativeTargetPrefix)CppSharp.CppParser.$(NativeTargetExt)" />
35
35
<NativeLibs Include =" $(OutputPath)$(NativeTargetPrefix)Std-symbols.$(NativeTargetExt)" />
You can’t perform that action at this time.
0 commit comments