File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <PackageReference Include =" Microsoft.TestPlatform.ObjectModel" Version =" 15.5.0" />
1818 </ItemGroup >
1919
20+ <ItemGroup >
21+ <Content Include =" JUnitTestLogger.props" >
22+ <PackagePath >build/netcoreapp2.0</PackagePath >
23+ <Pack >true</Pack >
24+ </Content >
25+ </ItemGroup >
2026</Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup >
4+ <Content Include =" $(MSBuildThisFileDirectory)Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestAdapter.dll" >
5+ <Link >Microsoft.VisualStudio.TestPlatform.Extension.JUnit.Xml.TestAdapter.dll</Link >
6+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
7+ <Visible >False</Visible >
8+ </Content >
9+ </ItemGroup >
10+ </Project >
You can’t perform that action at this time.
0 commit comments