Skip to content

Commit 819fdf4

Browse files
author
David Sanchez
committed
Updating project configuration
1 parent 8a706e6 commit 819fdf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/SmartHotel360.Website/SmartHotel360.Website.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
5252
</Target>
5353

54-
<!--
54+
5555
<Target Name="PublishRunWebpack" AfterTargets="ComputeFilesToPublish">
5656

5757
<Exec WorkingDirectory="$(SpaRoot)" Command="npm install" />
@@ -61,10 +61,10 @@
6161
<ItemGroup>
6262
<DistFiles Include="$(SpaRoot)\build\**; $(SpaRoot)\build-ssr\**" />
6363
<ResolvedFileToPublish Include="@(DistFiles->'%(FullPath)')" Exclude="@(ResolvedFileToPublish)">
64-
<RelativePath>wwwroot\%(DistFiles.Identity)</RelativePath>
64+
<RelativePath>wwwroot\%(RecursiveDir)%(Filename)%(Extension)</RelativePath>
6565
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
6666
</ResolvedFileToPublish>
6767
</ItemGroup>
6868
</Target>
69-
-->
69+
7070
</Project>

0 commit comments

Comments
 (0)