Skip to content

Commit

Permalink
Remove hardcoded GeneXus.Deploy.AzureFunctions.Handlers.runtimeconfig…
Browse files Browse the repository at this point in the history
….json with aspnet core 6.0 and take it from output directory.
  • Loading branch information
claudiamurialdo committed Oct 18, 2023
1 parent 9a05bd5 commit c5081f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</ItemGroup>
<Target Name="CustomContentTarget">
<ItemGroup Condition="$(GenStdVersion)==''">
<TfmSpecificPackageFile Include="$(OutputPath)\$(MSBuildProjectName).deps.json;$(MSBuildProjectName).runtimeconfig.json">
<TfmSpecificPackageFile Include="$(OutputPath)\$(MSBuildProjectName).deps.json;$(OutputPath)\$(MSBuildProjectName).runtimeconfig.json">
<PackagePath>./lib/$(TargetFramework)/</PackagePath>
<PackageCopyToOutput>true</PackageCopyToOutput>
</TfmSpecificPackageFile>
Expand Down

This file was deleted.

0 comments on commit c5081f8

Please sign in to comment.