Skip to content

Commit a54a894

Browse files
Do not pack test F# project (#1256)
Do not pack test F# project
1 parent db5c6f2 commit a54a894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/coverlet.tests.projectsample.fsharp/coverlet.tests.projectsample.fsharp.fsproj

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
55
<GenerateDocumentationFile>true</GenerateDocumentationFile>
6+
<IsPackable>false</IsPackable>
67
<IsTestProject>false</IsTestProject>
78
</PropertyGroup>
89

0 commit comments

Comments
 (0)