Fix 1717
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 24m50s
All checks were successful
Build and Deploy / remote-build-and-deploy (push) Successful in 24m50s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user