Skip to content

Commit 4f874f0

Browse files
authored
Open Test1.cs in Visual Studio, not MSTestSettings.cs (#47768)
1 parent 3fb7dd4 commit 4f874f0

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@
212212
},
213213
"primaryOutputs": [
214214
{ "path": "Company.TestProject1.csproj" },
215-
{
216-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
217-
"path": "MSTestSettings.cs"
218-
},
219215
{
220216
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
221217
"path": "Test1.cs"
@@ -238,7 +234,7 @@
238234
"actionId": "84C0DA21-51C8-4541-9940-6CA19AF04EE6",
239235
"id": "openInEditor",
240236
"args": {
241-
"files": "1"
237+
"files": "2"
242238
},
243239
"continueOnError": true
244240
}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@
212212
},
213213
"primaryOutputs": [
214214
{ "path": "Company.TestProject1.fsproj" },
215-
{
216-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
217-
"path": "MSTestSettings.fs"
218-
},
219215
{
220216
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
221217
"path": "Test1.fs"

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@
212212
},
213213
"primaryOutputs": [
214214
{ "path": "Company.TestProject1.vbproj" },
215-
{
216-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
217-
"path": "MSTestSettings.vb"
218-
},
219215
{
220216
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
221217
"path": "Test1.vb"

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,6 @@
232232
},
233233
"primaryOutputs": [
234234
{ "path": "Company.TestProject1.csproj" },
235-
{
236-
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
237-
"path": "MSTestSettings.cs"
238-
},
239235
{
240236
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
241237
"path": "Test1.cs"

0 commit comments

Comments
 (0)