Skip to content

Commit f44abf5

Browse files
authored
Update helix.proj
1 parent 0d72172 commit f44abf5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eng/helix/helix.proj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@
9292
<Copy SourceFiles="@(_appRuntimeFiles)" DestinationFolder="$(OutputPath)\AspNetCoreAppRuntimeHelix" />
9393
<ZipDirectory SourceDirectory="$(OutputPath)\AspNetCoreAppRuntimeHelix" DestinationFile="$(OutputPath)\AspNetCoreAppRuntimeHelix.zip" Overwrite="true" />
9494

95-
<HelixCorrelationPayload Include="$(OutputPath)\AspNetCoreAppRuntimeHelix.zip" Destination="$(DotNetCliDestination)\shared\Microsoft.AspNetCore.App\$(SharedFxVersion)" />
95+
<ItemGroup>
96+
<HelixCorrelationPayload Include="$(OutputPath)\AspNetCoreAppRuntimeHelix.zip" Destination="$(DotNetCliDestination)\shared\Microsoft.AspNetCore.App\$(SharedFxVersion)" />
97+
</ItemGroup>
9698
</Target>
9799

98100
<Target Name="Gather" BeforeTargets="Build">

0 commit comments

Comments
 (0)