Ajustes copia RDLC y variables de entorno.
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 21m46s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 21m46s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user