Skip to content

Commit

Permalink
#17 - update blazor webassembly project
Browse files Browse the repository at this point in the history
  • Loading branch information
albx committed Apr 23, 2024
1 parent a2ee102 commit 550048c
Show file tree
Hide file tree
Showing 38 changed files with 223 additions and 1,298 deletions.
43 changes: 7 additions & 36 deletions content/BlazorSwaTemplate/.template.config/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,22 +33,10 @@
]
},
{
"condition": "(InProcess)",
"rename": {
"Api.InProcess": "Api"
},
"exclude": [
"BlazorSwaTemplate.Api.Isolated/**"
]
},
{
"condition": "(Isolated)",
"condition": "(IncludeAzureFunction)",
"rename": {
"Api.Isolated": "Api"
},
"exclude": [
"BlazorSwaTemplate.Api.InProcess/**"
]
}
},
{
"rename": {
Expand All @@ -59,29 +47,12 @@
}
],
"symbols": {
"api": {
"IncludeAzureFunction": {
"type": "parameter",
"datatype": "choice",
"choices": [
{
"choice": "InProcess",
"description": "Azure Function In-process project"
},
{
"choice": "Isolated",
"description": "Azure Function Isolated process project"
}
],
"defaultValue": "Isolated",
"description": "The type of the Azure Function project"
},
"InProcess": {
"type": "computed",
"value": "(api == \"InProcess\")"
},
"Isolated": {
"type": "computed",
"value": "(api == \"Isolated\")"
"datatype": "bool",
"defaultValue": "true",
"displayName": "Include Azure Function backend project",
"description": "Whether to include the Azure Function backend project"
},
"HostIdentifier": {
"type": "bind",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 550048c

Please sign in to comment.