Ajustes copia RDLC y variables de entorno.
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 21m46s

This commit is contained in:
2025-06-18 12:15:41 -03:00
parent d514864986
commit 19ea4b23a0
4 changed files with 65 additions and 9 deletions

View File

@@ -17,4 +17,12 @@
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.9.0" />
</ItemGroup>
<ItemGroup>
<!-- 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>