File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed
Blazor/testassets/Wasm.Authentication.Server Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 22
22
<ProjectReference Include =" ..\Wasm.Authentication.Shared\Wasm.Authentication.Shared.csproj" />
23
23
</ItemGroup >
24
24
25
- <Target Name =" GetStaticWebAssetsManifest" Returns =" @(_SWAManifest)" AfterTargets =" GenerateStaticWebAssetsManifest" >
26
- <ItemGroup >
27
- <_SWAManifest Include =" $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\$(_GeneratedStaticWebAssetsDevelopmentManifest)'))" />
28
- </ItemGroup >
29
- </Target >
30
-
31
25
</Project >
Original file line number Diff line number Diff line change 46
46
<ProjectReference Include =" ..\..\Blazor\testassets\Wasm.Authentication.Server\Wasm.Authentication.Server.csproj" />
47
47
</ItemGroup >
48
48
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
-
63
49
<!-- Shared testing infrastructure for running E2E tests using selenium -->
64
50
<Import Project =" $(SharedSourceRoot)E2ETesting\E2ETesting.targets" />
65
51
You can’t perform that action at this time.
0 commit comments