mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Reference icon in vs-2017.3.host.json files
This commit is contained in:
@@ -163,10 +163,11 @@ function buildDotNetNewNuGetPackage() {
|
|||||||
|
|
||||||
fs.writeFileSync(path.join(templateConfigDir, 'vs-2017.3.host.json'), JSON.stringify({
|
fs.writeFileSync(path.join(templateConfigDir, 'vs-2017.3.host.json'), JSON.stringify({
|
||||||
name: { text: templateConfig.displayName },
|
name: { text: templateConfig.displayName },
|
||||||
description: { text: templateConfig.displayName },
|
description: { text: `Web application built with MVC ASP.NET Core and ${templateConfig.displayName}` },
|
||||||
order: 2000,
|
order: 2000,
|
||||||
learnMoreLink: "https://github.com/aspnet/JavaScriptServices",
|
icon: 'icon.png',
|
||||||
uiFilters: [ "oneaspnet" ]
|
learnMoreLink: 'https://github.com/aspnet/JavaScriptServices',
|
||||||
|
uiFilters: [ 'oneaspnet' ]
|
||||||
}, null, 2));
|
}, null, 2));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user