We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a320bd commit 2e13ac5Copy full SHA for 2e13ac5
src/YoloDev.Expecto.TestSdk/YoloDev.Expecto.TestSdk.fsproj
@@ -20,6 +20,7 @@
20
</ItemGroup>
21
22
<ItemGroup>
23
+ <None Include="build/net6.0/YoloDev.Expecto.TestSdk.props" Pack="true" PackagePath="build\net6.0\" />
24
<None Include="build/net6.0/_._" Pack="true" PackagePath="lib\net6.0\" Visible="false" />
25
26
src/YoloDev.Expecto.TestSdk/build/net6.0/YoloDev.Expecto.TestSdk.props
@@ -0,0 +1,10 @@
1
+<Project>
2
+ <ItemGroup>
3
+ <None Include="$(MSBuildThisFileDirectory)expecto.visualstudio.dotnetcore.testadapter.dll">
4
+ <Link>expecto.visualstudio.dotnetcore.testadapter.dll</Link>
5
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6
+ <Visible>False</Visible>
7
+ </None>
8
+ <ProjectCapability Include="TestContainer" />
9
+ </ItemGroup>
10
+</Project>
0 commit comments