Skip to content

Commit 2488b42

Browse files
committed
Update Microsoft.AspNetCore.Components.E2ETests.csproj
1 parent af0f72e commit 2488b42

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
@@ -40,7 +40,7 @@
4040

4141
<Target Name="PublishAssets" AfterTargets="Publish">
4242
<ItemGroup>
43-
<_PublishFiles Include="$(ArtifactsBinDir)AzureAD.WebSite\$(Configuration)\netcoreapp3.0\AzureAD.WebSite.deps.json" />
43+
<_PublishFiles Include="$(ArtifactsBinDir)AzureAD.WebSite\$(Configuration)\**\AzureAD.WebSite.deps.json" />
4444
<_testFiles Include="..\testassets\**\*" />
4545
</ItemGroup>
4646
<Copy
@@ -59,7 +59,6 @@
5959
<HelixContent Include="yarn.lock" />
6060
<!-- This is currently windows only -->
6161
<HelixProjectPlatform Remove="Linux;OSX" />
62-
<HelixProjectTargetQueue Include="Windows.10.Amd64.ClientRS4.VS2017.Open" />
6362
</ItemGroup>
6463

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

0 commit comments

Comments
 (0)