Skip to content

Commit 5b9be3d

Browse files
authored
Add missing file in net9 mstest F# template.json (#368)
1 parent 65eec62 commit 5b9be3d

File tree

1 file changed

+4
-0
lines changed
  • template_feed/Microsoft.DotNet.Test.ProjectTemplates.9.0/content/MSTest-FSharp/.template.config

1 file changed

+4
-0
lines changed

template_feed/Microsoft.DotNet.Test.ProjectTemplates.9.0/content/MSTest-FSharp/.template.config/template.json

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
},
6262
"primaryOutputs": [
6363
{ "path": "Company.TestProject1.fsproj" },
64+
{
65+
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
66+
"path": "MSTestSettings.fs"
67+
},
6468
{
6569
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
6670
"path": "Tests.fs"

0 commit comments

Comments
 (0)