File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 92
92
<Copy SourceFiles =" @(_appRuntimeFiles)" DestinationFolder =" $(OutputPath)\AspNetCoreAppRuntimeHelix" />
93
93
<ZipDirectory SourceDirectory =" $(OutputPath)\AspNetCoreAppRuntimeHelix" DestinationFile =" $(OutputPath)\AspNetCoreAppRuntimeHelix.zip" Overwrite =" true" />
94
94
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 >
96
98
</Target >
97
99
98
100
<Target Name =" Gather" BeforeTargets =" Build" >
You can’t perform that action at this time.
0 commit comments