Skip to content

Commit 8648ee7

Browse files
committed
Remove custom msbuild
1 parent 210f081 commit 8648ee7

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

src/Components/Blazor/testassets/Wasm.Authentication.Server/Wasm.Authentication.Server.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@
2222
<ProjectReference Include="..\Wasm.Authentication.Shared\Wasm.Authentication.Shared.csproj" />
2323
</ItemGroup>
2424

25-
<Target Name="GetStaticWebAssetsManifest" Returns="@(_SWAManifest)" AfterTargets="GenerateStaticWebAssetsManifest">
26-
<ItemGroup>
27-
<_SWAManifest Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\$(_GeneratedStaticWebAssetsDevelopmentManifest)'))" />
28-
</ItemGroup>
29-
</Target>
30-
3125
</Project>

src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,6 @@
4646
<ProjectReference Include="..\..\Blazor\testassets\Wasm.Authentication.Server\Wasm.Authentication.Server.csproj" />
4747
</ItemGroup>
4848

49-
<Target Name="CopyReferencedProjectStaticWebAssetsManifest" BeforeTargets="Compile">
50-
<MSBuild
51-
Projects="..\..\Blazor\testassets\Wasm.Authentication.Server\Wasm.Authentication.Server.csproj"
52-
Targets="GetStaticWebAssetsManifest">
53-
<Output TaskParameter="TargetOutputs" ItemName="_SWAManifest" />
54-
</MSBuild>
55-
<ItemGroup>
56-
<ContentWithTargetPath Include="@(_SWAManifest)">
57-
<CopyToOutputDirectory>CopyAlways</CopyToOutputDirectory>
58-
<TargetPath>Wasm.Authentication.Server.StaticWebAssets.xml</TargetPath>
59-
</ContentWithTargetPath>
60-
</ItemGroup>
61-
</Target>
62-
6349
<!-- Shared testing infrastructure for running E2E tests using selenium -->
6450
<Import Project="$(SharedSourceRoot)E2ETesting\E2ETesting.targets" />
6551

0 commit comments

Comments
 (0)