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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user