Skip to content

Commit

Permalink
Add missing file in net9 mstest F# template.json (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Feb 9, 2024
1 parent 65eec62 commit 5b9be3d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
},
"primaryOutputs": [
{ "path": "Company.TestProject1.fsproj" },
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"path": "MSTestSettings.fs"
},
{
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
"path": "Tests.fs"
Expand Down

0 comments on commit 5b9be3d

Please sign in to comment.