Skip to content

Commit 0013c94

Browse files
committed
'rename'
1 parent 3e4751c commit 0013c94

File tree

1 file changed

+7
-7
lines changed
  • src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config

1 file changed

+7
-7
lines changed

src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/template.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
]
5353
},
5454
{
55-
"condition": "(TestFramework == None)",
55+
"condition": "(@TestFramework == None)",
5656
"exclude": [
5757
"Aspire-StarterApplication.1.Tests/**/*.*"
5858
]
@@ -71,7 +71,7 @@
7171
]
7272
},
7373
{
74-
"condition": "(TestFramework == None)",
74+
"condition": "(@TestFramework == None)",
7575
"exclude": [
7676
"Aspire-StarterApplication.1.Tests/**/*.*"
7777
]
@@ -90,7 +90,7 @@
9090
]
9191
},
9292
{
93-
"condition": "(TestFramework == None)",
93+
"condition": "(@TestFramework == None)",
9494
"exclude": [
9595
"Aspire-StarterApplication.1.Tests/**/*.*"
9696
]
@@ -229,7 +229,7 @@
229229
"displayName": "_Use Redis for caching (requires a supported container runtime)",
230230
"description": "Configures whether to setup the application to use Redis for caching. Requires a supported container runtime to run locally, see https://aka.ms/dotnet/aspire/containers for more details."
231231
},
232-
"TestFramework": {
232+
"@TestFramework": {
233233
"type": "parameter",
234234
"datatype": "choice",
235235
"defaultValue": "None",
@@ -259,7 +259,7 @@
259259
"description": "The version of xUnit.net to use.",
260260
"displayName": "xUnit.net version",
261261
"datatype": "choice",
262-
"isEnabled": "(TestFramework == xUnit.net)",
262+
"isEnabled": "(@TestFramework == xUnit.net)",
263263
"replaces": "XUnitVersion",
264264
"choices": [
265265
{
@@ -286,7 +286,7 @@
286286
"parameters": {
287287
"cases": [
288288
{
289-
"condition": "(TestFramework == xUnit.net)",
289+
"condition": "(@TestFramework == xUnit.net)",
290290
"value": "true"
291291
},
292292
{
@@ -574,7 +574,7 @@
574574
},
575575
{
576576
"path": "Aspire-StarterApplication.1.Tests\\Aspire-StarterApplication.1.Tests.csproj",
577-
"condition": "(TestFramework != None)"
577+
"condition": "(@TestFramework != None)"
578578
}
579579
],
580580
"postActions": [

0 commit comments

Comments
 (0)