File tree 1 file changed +4
-4
lines changed
src/Components/test/E2ETest 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 58
58
<ItemGroup Condition =" '$(TestTrimmedApps)' == 'true'" >
59
59
<ProjectReference Include =" ..\..\benchmarkapps\Wasm.Performance\TestApp\Wasm.Performance.TestApp.csproj"
60
60
Targets =" Build;Publish"
61
- Properties =" TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\Wasm.Performance.TestApp\" />
61
+ Properties =" BuildProjectReferences=false; TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\Wasm.Performance.TestApp\" />
62
62
63
63
<ProjectReference
64
64
Include =" ..\testassets\BasicTestApp\BasicTestApp.csproj"
68
68
<ProjectReference
69
69
Include =" ..\testassets\GlobalizationWasmApp\GlobalizationWasmApp.csproj"
70
70
Targets =" Build;Publish"
71
- Properties =" TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\GlobalizationWasmApp\;" />
71
+ Properties =" BuildProjectReferences=false; TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\GlobalizationWasmApp\;" />
72
72
73
73
<ProjectReference
74
74
Include =" ..\..\WebAssembly\testassets\StandaloneApp\StandaloneApp.csproj"
75
75
Targets =" Build;Publish"
76
- Properties =" TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\StandaloneApp\;" />
76
+ Properties =" BuildProjectReferences=false; TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\StandaloneApp\;" />
77
77
78
78
<ProjectReference
79
79
Include =" ..\..\WebAssembly\testassets\Wasm.Prerendered.Server\Wasm.Prerendered.Server.csproj"
80
80
Targets =" Build;Publish"
81
- Properties =" TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\Wasm.Prerendered.Server\;" />
81
+ Properties =" BuildProjectReferences=false; TestTrimmedApps=true;PublishDir=$(MSBuildThisFileDirectory)$(OutputPath)trimmed\Wasm.Prerendered.Server\;" />
82
82
</ItemGroup >
83
83
84
84
<!-- Shared testing infrastructure for running E2E tests using selenium -->
You can’t perform that action at this time.
0 commit comments