Skip to content

Commit 5a26c43

Browse files
authored
Update Microsoft.AspNetCore.Components.E2ETests.csproj
1 parent d116e4a commit 5a26c43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
<Target Name="PublishAssets" AfterTargets="Publish">
4444
<ItemGroup>
45-
<_PublishFiles Include="$(ArtifactsBinDir)AzureAD.WebSite\$(Configuration)\netcoreapp3.0\AzureAD.WebSite.deps.json" />
45+
<_PublishFiles Include="$(ArtifactsBinDir)AzureAD.WebSite\$(Configuration)\**\AzureAD.WebSite.deps.json" />
4646
<_testFiles Include="..\testassets\**\*" />
4747
</ItemGroup>
4848
<Copy
@@ -61,7 +61,6 @@
6161
<HelixContent Include="yarn.lock" />
6262
<!-- This is currently windows only -->
6363
<HelixProjectPlatform Remove="Linux;OSX" />
64-
<HelixProjectTargetQueue Include="Windows.10.Amd64.ClientRS4.VS2017.Open" />
6564
</ItemGroup>
6665

6766
<!-- Shared testing infrastructure for running E2E tests using selenium -->

0 commit comments

Comments
 (0)