File tree 1 file changed +8
-6
lines changed
src/Components/test/E2ETestMigration
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 33
33
<ProjectReference Include =" ..\testassets\GlobalizationWasmApp\GlobalizationWasmApp.csproj" />
34
34
<ProjectReference Include =" ..\testassets\TestServer\Components.TestServer.csproj" />
35
35
36
- <ProjectReference
37
- Include =" ..\testassets\BasicTestApp\BasicTestApp.csproj"
38
- Targets =" Publish"
39
- Properties =" PublishDir=$(OutputPath)helixcontent\BasicTestApp\"
40
- />
41
-
42
36
</ItemGroup >
43
37
44
38
<ItemGroup >
81
75
</ItemGroup >
82
76
83
77
<Target Name =" PublishAssets" AfterTargets =" Publish" >
78
+ <ItemGroup >
79
+ <ProjectToPublish Include =" ..\testassets\BasicTestApp\BasicTestApp.csproj" />
80
+ </ItemGroup >
81
+ <MSBuild
82
+ Projects =" @ProjectToPublish"
83
+ Targets =" Publish"
84
+ Properties =" PublishDir=$(OutputPath)helixcontent\BasicTestApp\"
85
+ />
84
86
<ItemGroup >
85
87
<_PublishFiles Include =" $(OutputPath).playwright\**\*.*" />
86
88
<_PublishBasicFiles Include =" $(OutputPath)helixcontent\BasicTestApp\**\*.*" />
You can’t perform that action at this time.
0 commit comments