Add new 'Umbraco Package RCL' project template (#13776)

* Add new 'Umbraco Package RCL' project template

* Add --no-restore, hide --framework and remove conflicting -v parameter in Umbraco Package project template

* Hide --framework and --PackageTestSiteName, remove conflicting -v parameter in Umbraco project template and persist selected parameters

* Revert changes to Framework and UmbracoVersion parameter names
This commit is contained in:
Ronald Barendse
2023-04-05 09:32:48 +02:00
committed by GitHub
parent c662f5a36e
commit 92d92feb15
11 changed files with 203 additions and 22 deletions

View File

@@ -12,6 +12,7 @@
<ItemGroup>
<Content Include="UmbracoPackage\**" Exclude="bin;obj" />
<Content Include="UmbracoPackageRcl\**" Exclude="bin;obj" />
<Content Include="UmbracoProject\**" Exclude="bin;obj" />
<Content Include="..\src\Umbraco.Web.UI\Program.cs">
<Link>UmbracoProject\Program.cs</Link>