Skip to content

Commit a783199

Browse files
authored
[release/9.0.3xx] Open Test1.cs in Visual Studio, not MSTestSettings.cs (#48167)
1 parent 658ae15 commit a783199

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/MSTest-CSharp/.template.config/template.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@
224224
},
225225
"primaryOutputs": [
226226
{ "path": "Company.TestProject1.csproj" },
227-
{
228-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
229-
"path": "MSTestSettings.cs"
230-
},
231227
{
232228
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
233229
"path": "Test1.cs"

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@
224224
},
225225
"primaryOutputs": [
226226
{ "path": "Company.TestProject1.fsproj" },
227-
{
228-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
229-
"path": "MSTestSettings.fs"
230-
},
231227
{
232228
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
233229
"path": "Test1.fs"

template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/MSTest-VisualBasic/.template.config/template.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@
224224
},
225225
"primaryOutputs": [
226226
{ "path": "Company.TestProject1.vbproj" },
227-
{
228-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
229-
"path": "MSTestSettings.vb"
230-
},
231227
{
232228
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
233229
"path": "Test1.vb"

template_feed/Microsoft.DotNet.Common.ProjectTemplates.9.0/content/Playwright-MSTest-CSharp/.template.config/template.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@
224224
},
225225
"primaryOutputs": [
226226
{ "path": "Company.TestProject1.csproj" },
227-
{
228-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
229-
"path": "MSTestSettings.cs"
230-
},
231227
{
232228
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
233229
"path": "Test1.cs"

0 commit comments

Comments
 (0)