Razor->WebApp
This commit is contained in:
parent
5a22e20bfc
commit
0745266c17
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue