Fix server-side template custom restore sources condition
This commit is contained in:
parent
4e892e74da
commit
a46dd91fd4
|
|
@ -78,7 +78,7 @@
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
"datatype": "bool",
|
"datatype": "bool",
|
||||||
"description": "If set, includes restore sources for the Blazor MyGet feed.",
|
"description": "If set, includes restore sources for the Blazor MyGet feed.",
|
||||||
"defaultValue": "true"
|
"defaultValue": "${IncludeCustomRestoreSources}"
|
||||||
},
|
},
|
||||||
"TemplateBlazorVersionSymbol": {
|
"TemplateBlazorVersionSymbol": {
|
||||||
"type": "parameter",
|
"type": "parameter",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue