File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
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 Condition =" '$(TargetFrameworkIdentifier)' == '.NETFramework'" >
5
- <HelixContent Condition =" '$(XunitConsole472Path)' != ''" Include =" $([System.IO.Path]::GetDirectoryName('$(XunitConsole472Path)'))/**/*" />
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" />
6
7
</ItemGroup >
7
8
8
9
<ItemGroup >
@@ -35,6 +36,10 @@ Usage: dotnet msbuild /t:Helix src/MyTestProject.csproj
35
36
</MSBuild >
36
37
</Target >
37
38
39
+ <ItemGroup >
40
+ <PackageReference Include =" XunitXml.TestLogger" Version =" 2.1.26" />
41
+ </ItemGroup >
42
+
38
43
<Target Name =" _SetCreateHelixPayload" >
39
44
<PropertyGroup >
40
45
<_SelectedPlatforms >@(HelixProjectPlatform)</_SelectedPlatforms >
You can’t perform that action at this time.
0 commit comments