Razor->WebApp

This commit is contained in:
Ryan Brandenburg 2018-09-21 12:52:44 -07:00
parent 5a22e20bfc
commit 0745266c17
2 changed files with 4 additions and 4 deletions

View File

@ -6,4 +6,4 @@ param()
. $PSScriptRoot\Custom-Hive.ps1
Test-Template "razor" "razor -au Individual" "Microsoft.DotNet.Web.ProjectTemplates.2.2.2.2.0-preview3-t000.nupkg" $false
Test-Template "webapp" "webapp -au Individual" "Microsoft.DotNet.Web.ProjectTemplates.2.2.2.2.0-preview3-t000.nupkg" $false

View File

@ -13,8 +13,8 @@
"precedence": "4000",
"identity": "Microsoft.Web.RazorPages.CSharp.2.2",
"shortName": [
"razor",
"webapp"
"webapp",
"razor"
],
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
"tags": {
@ -364,4 +364,4 @@
"continueOnError": true
}
]
}
}