Skip to content

Commit

Permalink
Ensure we actually include the workload manifest targets in the packa…
Browse files Browse the repository at this point in the history
…ge (#1827)
  • Loading branch information
danegsta authored Jan 24, 2024
1 parent b8ca2fd commit 49ff271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Microsoft.NET.Sdk.Aspire/Microsoft.NET.Sdk.Aspire.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<None Include="WorkloadManifest.in.json" Pack="true" PerformTextReplacement="True" />
<None Include="WorkloadManifest.targets" Pack="true" />
<None Include="WorkloadManifest.Aspire.targets" Pack="true" />
<None Include="WorkloadManifest.targets" Pack="true" CopyToOutputDirectory="PreserveNewest" />
<None Include="WorkloadManifest.Aspire.targets" Pack="true" CopyToOutputDirectory="PreserveNewest" />
<None Include="Rollback.in.json" PerformTextReplacement="True" />
<None Include="SdkInstaller.in.json" PerformTextReplacement="True" />
<None Update="@(None->HasMetadata('PerformTextReplacement'))" CopyToOutputDirectory="PreserveNewest" PackagePath="data" />
Expand Down

0 comments on commit 49ff271

Please sign in to comment.