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 4848 <DotNetCmd ></DotNetCmd >
4949 </PropertyGroup >
5050
51- <Target Name =" prepack" DependsOnTargets =" Build" Condition =" '$(IsPackable)' == 'true'" >
51+ <Target Name =" prepack" DependsOnTargets =" Build" Condition =" '$(IsPackable)' == 'true' AND '$(Platform)' == 'x64' " >
5252 <Copy SourceFiles =" $(TargetDir)ref\$(TargetFileName)" DestinationFolder =" $(PackageDir)ref\$(GlobalTargetFramework)" Condition =" '$(ProduceReferenceAssembly)' == 'true' AND '$(RID)' == 'win-x64'" />
5353 <Copy SourceFiles =" $(TargetPath)" DestinationFolder =" $(PackageDir)runtimes\$(RID)\lib\$(GlobalTargetFramework)" />
5454 </Target >
Original file line number Diff line number Diff line change 2929 <Copy SourceFiles =" @(ClangHeaders)" DestinationFiles =" @(ClangHeaders->'$(PackageDir)contentFiles\any\any\lib\%(RecursiveDir)%(Filename)%(Extension)')" />
3030 </Target >
3131
32- <Target Name =" PackNativeLibs" AfterTargets =" prepack" >
32+ <Target Name =" PackNativeLibs" AfterTargets =" prepack" Condition = " '$(Platform)' == 'x64' " >
3333 <ItemGroup >
3434 <NativeLibs Include =" $(OutputPath)$(NativeTargetPrefix)CppSharp.CppParser.$(NativeTargetExt)" />
3535 <NativeLibs Include =" $(OutputPath)$(NativeTargetPrefix)Std-symbols.$(NativeTargetExt)" />
You can’t perform that action at this time.
0 commit comments