Skip to content

Commit 2e13ac5

Browse files
authored
fix: missing .props file (#126)
1 parent 2a320bd commit 2e13ac5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/YoloDev.Expecto.TestSdk/YoloDev.Expecto.TestSdk.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23+
<None Include="build/net6.0/YoloDev.Expecto.TestSdk.props" Pack="true" PackagePath="build\net6.0\" />
2324
<None Include="build/net6.0/_._" Pack="true" PackagePath="lib\net6.0\" Visible="false" />
2425
</ItemGroup>
2526

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)