Skip to content

Commit 97e0444

Browse files
committed
Try publishing a different way
1 parent 70e02d2 commit 97e0444

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/Components/test/E2ETestMigration/Microsoft.AspNetCore.Components.Migration.E2ETests.csproj

+8-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@
3333
<ProjectReference Include="..\testassets\GlobalizationWasmApp\GlobalizationWasmApp.csproj" />
3434
<ProjectReference Include="..\testassets\TestServer\Components.TestServer.csproj" />
3535

36-
<ProjectReference
37-
Include="..\testassets\BasicTestApp\BasicTestApp.csproj"
38-
Targets="Publish"
39-
Properties="PublishDir=$(OutputPath)helixcontent\BasicTestApp\"
40-
/>
41-
4236
</ItemGroup>
4337

4438
<ItemGroup>
@@ -81,6 +75,14 @@
8175
</ItemGroup>
8276

8377
<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+
/>
8486
<ItemGroup>
8587
<_PublishFiles Include="$(OutputPath).playwright\**\*.*" />
8688
<_PublishBasicFiles Include="$(OutputPath)helixcontent\BasicTestApp\**\*.*" />

0 commit comments

Comments
 (0)