Skip to content

Commit

Permalink
Fixed error with duplicated target file
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Feb 24, 2023
1 parent 750f8ec commit 98621e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nuspec/Piranha.Templates.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<file src="..\src\module\TemplateModule.csproj" target="content\module\TemplateModule.csproj" />
<file src="..\src\module\TemplateModuleExtensions.cs" target="content\module\TemplateModuleExtensions.cs" />

<file src="..\src\web\razor\wwwroot\" target="content\razorweb\wwwroot\" />
<file src="..\src\web\razor\.template.config\dotnetcli.host.json" target="content\razorweb\.template.config\dotnetcli.host.json" />
<file src="..\src\web\razor\.template.config\template.json" target="content\razorweb\.template.config\template.json" />
<file src="..\src\web\razor\.template.config\icon.png" target="content\razorweb\.template.config\icon.png" />
Expand All @@ -65,7 +64,6 @@
<file src="..\src\web\razor\package.json" target="content\razorweb\package.json" />
<file src="..\src\web\razor\Program.cs" target="content\razorweb\Program.cs" />

<file src="..\src\web\mvc\wwwroot\" target="content\mvcweb\wwwroot\" />
<file src="..\src\web\mvc\.template.config\dotnetcli.host.json" target="content\mvcweb\.template.config\dotnetcli.host.json" />
<file src="..\src\web\mvc\.template.config\template.json" target="content\mvcweb\.template.config\template.json" />
<file src="..\src\web\mvc\.template.config\icon.png" target="content\mvcweb\.template.config\icon.png" />
Expand Down

0 comments on commit 98621e0

Please sign in to comment.