Cambio Ruta RDLC A CSHTML
Some checks failed
Build and Deploy / remote-build-and-deploy (push) Failing after 7m48s
Some checks failed
Build and Deploy / remote-build-and-deploy (push) Failing after 7m48s
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- Esto le dice a MSBuild que busque todos los archivos .rdlc -->
|
<!-- Esto le dice a MSBuild que busque todos los archivos .cshtml -->
|
||||||
<Content Include="Controllers\Reportes\RDLC\**\*.rdlc">
|
<Content Include="Controllers\Reportes\Templates\**\*.cshtml">
|
||||||
<!-- Esto asegura que los archivos se copien a la carpeta de publicación -->
|
<!-- Esto asegura que los archivos se copien a la carpeta de publicación -->
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
Reference in New Issue
Block a user