File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1010 <PackageType />
1111 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1212 <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
13+ <EnableDefaultNoneItems>false</EnableDefaultNoneItems>
1314 <IncludeBuildOutput>false</IncludeBuildOutput>
1415 <PackageOutputPath Condition=" '$(PackageOutputPath)' == '' ">$(ArtifactsShippingPackagesDir)</PackageOutputPath>
1516 </PropertyGroup>
2425 </ItemGroup>
2526
2627 <ItemGroup>
27- <None Include="build*/*.props;* */*.targets" Pack="true" PerformTextReplacement="true" PackagePath="%(RecursiveDir)$(AssemblyName)%(Extension)" />
28+ <None Include="build*/*.props;build */*.targets" Pack="true" PerformTextReplacement="true" PackagePath="%(RecursiveDir)$(AssemblyName)%(Extension)" />
2829 </ItemGroup>
2930
3031 <Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
Original file line number Diff line number Diff line change 1111 <SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
1212 <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1313 <IncludeBuildOutput>false</IncludeBuildOutput>
14+ <EnableDefaultNoneItems>false</EnableDefaultNoneItems>
1415 <PackageOutputPath Condition=" '$(PackageOutputPath)' == '' ">$(ArtifactsShippingPackagesDir)</PackageOutputPath>
1516 <TargetsForTfmSpecificContentInPackage>$(TargetsForTfmSpecificContentInPackage);AddPackageFiles</TargetsForTfmSpecificContentInPackage>
1617 </PropertyGroup>
3031 </ItemGroup>
3132
3233 <ItemGroup>
33- <None Include="build*/*.props; **/*.targets" Pack="true" PerformTextReplacement="true" PackagePath="%(RecursiveDir)$(AssemblyName)%(Extension)" />
34+ <None Include="**/*.targets" Pack="true" PerformTextReplacement="true" PackagePath="%(RecursiveDir)$(AssemblyName)%(Extension)" />
3435 </ItemGroup>
3536
3637 <!-- Package downloads to DCP packages as we need to repack the binaries from them -->
7576 </Target>
7677
7778 <ItemGroup>
78- <None Include ="Aspire.Hosting.Orchestration.targets" pack="true" PackagePath="build/$(PackageId).targets" />
79+ <None Update ="Aspire.Hosting.Orchestration.targets" PerformTextReplacement=" " pack="true" PackagePath="build/$(PackageId).targets" />
7980 <None Include="UnixFilePermissions.xml" Pack="true" PackagePath="data/" Condition=" '$(DcpPlatformType)' == 'Unix' " />
8081 </ItemGroup>
8182
You can’t perform that action at this time.
0 commit comments