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 03a2641 commit 69ea4feCopy full SHA for 69ea4fe
src/PublishAotCross.Compiler.nuproj
@@ -13,7 +13,7 @@
13
<!-- 包含 bin 目录下的所有文件并保留目录结构 -->
14
<None Include="bin/win-x64/**/*">
15
<Pack>true</Pack>
16
- <PackagePath>build/bin/win-x64/%(RecursiveDir)</PackagePath>
+ <PackagePath>build/bin/win-x64</PackagePath>
17
</None>
18
19
<None Include="PublishAotCross.Compiler.targets">
0 commit comments