File tree 1 file changed +15
-1
lines changed
src/Components/test/E2ETest
1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 37
37
<ProjectReference Include =" ..\testassets\BasicTestApp\BasicTestApp.csproj" />
38
38
<ProjectReference Include =" ..\testassets\Ignitor\Ignitor.csproj" />
39
39
<ProjectReference Include =" ..\testassets\TestServer\Components.TestServer.csproj" />
40
- <Content Include =" ..\testassets\**\*" Condition =" '$(IsHelixJob)' == 'true'" LinkBase =" %(RecursiveDir)" />
41
40
</ItemGroup >
42
41
42
+ <Target Name =" PublishAssets" AfterTargets =" Publish" >
43
+ <ItemGroup >
44
+ <_PublishFiles Include =" $(ArtifactsBinDir)AzureAD.WebSite\$(Configuration)\netcoreapp3.0\AzureAD.WebSite.deps.json" />
45
+ <_testFiles Include =" ..\testassets\**\*" />
46
+ </ItemGroup >
47
+ <Copy
48
+ SourceFiles =" @(_PublishFiles)"
49
+ DestinationFolder =" $(PublishDir)"
50
+ ContinueOnError =" true" />
51
+ <Copy
52
+ SourceFiles =" @(_testFiles)"
53
+ DestinationFolder =" $(PublishDir)\%(RecursiveDir)"
54
+ ContinueOnError =" true" />
55
+ </Target >
56
+
43
57
<ItemGroup >
44
58
<HelixPreCommand Include =" call npm i yarn;call node_modules\.bin\yarn install" />
45
59
<HelixContent Include =" package.json" />
You can’t perform that action at this time.
0 commit comments