File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/Components/test/E2ETest Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 40
40
41
41
<Target Name =" PublishAssets" AfterTargets =" Publish" >
42
42
<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" />
44
44
<_testFiles Include =" ..\testassets\**\*" />
45
45
</ItemGroup >
46
46
<Copy
59
59
<HelixContent Include =" yarn.lock" />
60
60
<!-- This is currently windows only -->
61
61
<HelixProjectPlatform Remove =" Linux;OSX" />
62
- <HelixProjectTargetQueue Include =" Windows.10.Amd64.ClientRS4.VS2017.Open" />
63
62
</ItemGroup >
64
63
65
64
<!-- Shared testing infrastructure for running E2E tests using selenium -->
You can’t perform that action at this time.
0 commit comments