Razor->WebApp
This commit is contained in:
parent
5a22e20bfc
commit
0745266c17
|
|
@ -6,4 +6,4 @@ param()
|
||||||
|
|
||||||
. $PSScriptRoot\Custom-Hive.ps1
|
. $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",
|
"precedence": "4000",
|
||||||
"identity": "Microsoft.Web.RazorPages.CSharp.2.2",
|
"identity": "Microsoft.Web.RazorPages.CSharp.2.2",
|
||||||
"shortName": [
|
"shortName": [
|
||||||
"razor",
|
"webapp",
|
||||||
"webapp"
|
"razor"
|
||||||
],
|
],
|
||||||
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
|
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",
|
||||||
"tags": {
|
"tags": {
|
||||||
|
|
@ -364,4 +364,4 @@
|
||||||
"continueOnError": true
|
"continueOnError": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue