Skip to content

Commit c33a6ec

Browse files
committed
Commenting non-wanted task in csproj
1 parent efe496e commit c33a6ec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Web/WebSPA/WebSPA.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,14 @@
7373
</ItemGroup>
7474

7575
<!-- workaround for https://github.com/aspnet/websdk/issues/114 -->
76+
<!--
7677
<Target Name="AddGeneratedContentItems" BeforeTargets="AssignTargetPaths" DependsOnTargets="PrepareForPublish">
7778
<ItemGroup>
7879
<Content Include="wwwroot/**" CopyToPublishDirectory="PreserveNewest" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder);@(Content)" />
7980
</ItemGroup>
8081
</Target>
81-
82+
-->
83+
8284
<ItemGroup>
8385
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj" />
8486
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />

0 commit comments

Comments
 (0)