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 efba367 commit 79b4d24Copy full SHA for 79b4d24
src/PublishAotCross.Compiler.nuproj
@@ -7,16 +7,13 @@
7
<Company>OpenHarmony.NET</Company>
8
<Description>MSBuild targets to aid in crosscompiling Native AOT publishing.</Description>
9
<PackageProjectUrl>https://github.com/OpenHarmony.NET/PublishAotCross.Compiler</PackageProjectUrl>
10
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
11
- <PackageCompressionLevel>maximum</PackageCompressionLevel>
12
-
13
</PropertyGroup>
14
15
<ItemGroup>
16
<!-- 包含 bin 目录下的所有文件并保留目录结构 -->
17
<None Include="bin\**\*">
18
<Pack>true</Pack>
19
- <PackagePath>bin\%(RecursiveDir)</PackagePath>
+ <PackagePath>build/bin/%(RecursiveDir)</PackagePath>
20
</None>
21
22
<None Include="PublishAotCross.Compiler.targets">
0 commit comments