|
52 | 52 | ]
|
53 | 53 | },
|
54 | 54 | {
|
55 |
| - "condition": "(TestFramework == None)", |
| 55 | + "condition": "(@TestFramework == None)", |
56 | 56 | "exclude": [
|
57 | 57 | "Aspire-StarterApplication.1.Tests/**/*.*"
|
58 | 58 | ]
|
|
71 | 71 | ]
|
72 | 72 | },
|
73 | 73 | {
|
74 |
| - "condition": "(TestFramework == None)", |
| 74 | + "condition": "(@TestFramework == None)", |
75 | 75 | "exclude": [
|
76 | 76 | "Aspire-StarterApplication.1.Tests/**/*.*"
|
77 | 77 | ]
|
|
90 | 90 | ]
|
91 | 91 | },
|
92 | 92 | {
|
93 |
| - "condition": "(TestFramework == None)", |
| 93 | + "condition": "(@TestFramework == None)", |
94 | 94 | "exclude": [
|
95 | 95 | "Aspire-StarterApplication.1.Tests/**/*.*"
|
96 | 96 | ]
|
|
229 | 229 | "displayName": "_Use Redis for caching (requires a supported container runtime)",
|
230 | 230 | "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."
|
231 | 231 | },
|
232 |
| - "TestFramework": { |
| 232 | + "@TestFramework": { |
233 | 233 | "type": "parameter",
|
234 | 234 | "datatype": "choice",
|
235 | 235 | "defaultValue": "None",
|
|
259 | 259 | "description": "The version of xUnit.net to use.",
|
260 | 260 | "displayName": "xUnit.net version",
|
261 | 261 | "datatype": "choice",
|
262 |
| - "isEnabled": "(TestFramework == xUnit.net)", |
| 262 | + "isEnabled": "(@TestFramework == xUnit.net)", |
263 | 263 | "replaces": "XUnitVersion",
|
264 | 264 | "choices": [
|
265 | 265 | {
|
|
286 | 286 | "parameters": {
|
287 | 287 | "cases": [
|
288 | 288 | {
|
289 |
| - "condition": "(TestFramework == xUnit.net)", |
| 289 | + "condition": "(@TestFramework == xUnit.net)", |
290 | 290 | "value": "true"
|
291 | 291 | },
|
292 | 292 | {
|
|
574 | 574 | },
|
575 | 575 | {
|
576 | 576 | "path": "Aspire-StarterApplication.1.Tests\\Aspire-StarterApplication.1.Tests.csproj",
|
577 |
| - "condition": "(TestFramework != None)" |
| 577 | + "condition": "(@TestFramework != None)" |
578 | 578 | }
|
579 | 579 | ],
|
580 | 580 | "postActions": [
|
|
0 commit comments