File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
3
3
<!-- Item group has to be defined here becasue Helix.props is evaluated before xunit.runner.console.props -->
4
- <ItemGroup >
5
- <HelixContent Include =" $(OutputPath)/Microsoft.VisualStudio.TestPlatform.Extension.Xunit.Xml.TestAdapter.dll" />
6
- <HelixContent Include =" $(OutputPath)/Microsoft.VisualStudio.TestPlatform.Extension.Xunit.Xml.TestLogger.dll" />
7
- </ItemGroup >
8
-
9
- <ItemGroup >
4
+ <ItemGroup Condition =" $(BuildHelixPayload)" >
10
5
<Content Include =" @(HelixContent)" />
11
6
</ItemGroup >
12
-
7
+
13
8
<!--
14
9
15
10
This target is meant to be used when invoking helix tests on one project at a time.
@@ -65,6 +60,11 @@ Usage: dotnet msbuild /t:Helix src/MyTestProject.csproj
65
60
66
61
<Target Name =" _CreateHelixWorkItem" Condition =" $(BuildHelixPayload)" >
67
62
63
+ <ItemGroup >
64
+ <HelixContent Include =" $(OutputPath)/Microsoft.VisualStudio.TestPlatform.Extension.Xunit.Xml.TestAdapter.dll" />
65
+ <HelixContent Include =" $(OutputPath)/Microsoft.VisualStudio.TestPlatform.Extension.Xunit.Xml.TestLogger.dll" />
66
+ </ItemGroup >
67
+
68
68
<PropertyGroup >
69
69
<!-- Extract the effective queue name from this format "(name)host@dockerimage". This is sometimes used in test code to skip tests. -->
70
70
<_HelixFriendlyNameTargetQueue >$(HelixTargetQueue)</_HelixFriendlyNameTargetQueue >
You can’t perform that action at this time.
0 commit comments