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 42
42
43
43
<Target Name =" PublishAssets" AfterTargets =" Publish" >
44
44
<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" />
46
46
<_testFiles Include =" ..\testassets\**\*" />
47
47
</ItemGroup >
48
48
<Copy
61
61
<HelixContent Include =" yarn.lock" />
62
62
<!-- This is currently windows only -->
63
63
<HelixProjectPlatform Remove =" Linux;OSX" />
64
- <HelixProjectTargetQueue Include =" Windows.10.Amd64.ClientRS4.VS2017.Open" />
65
64
</ItemGroup >
66
65
67
66
<!-- Shared testing infrastructure for running E2E tests using selenium -->
You can’t perform that action at this time.
0 commit comments