From a46dd91fd46eacbad4e1243832bc8806cc36b813 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Wed, 25 Jul 2018 11:22:05 -0700 Subject: [PATCH] Fix server-side template custom restore sources condition --- .../BlazorServerSide-CSharp/.template.config.src/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json index 626f9f4cbe..72a9e92235 100644 --- a/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json +++ b/src/Microsoft.AspNetCore.Blazor.Templates/content/BlazorServerSide-CSharp/.template.config.src/template.json @@ -78,7 +78,7 @@ "type": "parameter", "datatype": "bool", "description": "If set, includes restore sources for the Blazor MyGet feed.", - "defaultValue": "true" + "defaultValue": "${IncludeCustomRestoreSources}" }, "TemplateBlazorVersionSymbol": { "type": "parameter",