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 a7c6960 commit efba367Copy full SHA for efba367
src/PublishAotCross.Compiler.nuproj
@@ -14,11 +14,10 @@
14
15
<ItemGroup>
16
<!-- 包含 bin 目录下的所有文件并保留目录结构 -->
17
- <Content Include="bin\**\*">
+ <None Include="bin\**\*">
18
<Pack>true</Pack>
19
- <BuildAction>None</BuildAction>
20
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21
- </Content>
+ <PackagePath>bin\%(RecursiveDir)</PackagePath>
+ </None>
22
23
<None Include="PublishAotCross.Compiler.targets">
24
0 commit comments