Fix 1717
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 24m50s

This commit is contained in:
2025-06-19 17:17:50 -03:00
parent 703b8766b1
commit f97e8ead15
2 changed files with 8 additions and 4 deletions

View File

@@ -4,7 +4,6 @@
<TargetFramework>net9.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup>
<ItemGroup>
@@ -22,7 +21,11 @@
</ItemGroup>
<ItemGroup>
<Content Include="Controllers\Reportes\Templates\**\*.cshtml">
<!-- Esto le dice a MSBuild que busque todos los archivos .rdlc -->
<Content Include="Controllers\Reportes\RDLC\**\*.rdlc">
<!-- Esto asegura que los archivos se copien a la carpeta de publicación -->
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
</Project>