Skip to content

Commit ed82b13

Browse files
GeneXus.Deploy.AzureFunctions.Handlers.runtimeconfig.json was duplicated in package.
1 parent d4d3628 commit ed82b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/extensions/Azure/Handlers/GeneXus.Deploy.AzureFunctions.Handlers.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
</ItemGroup>
102102
<Target Name="CustomContentTarget">
103103
<ItemGroup Condition="$(GenStdVersion)==''">
104-
<TfmSpecificPackageFile Include="$(OutputPath)\$(MSBuildProjectName).deps.json;$(OutputPath)\$(MSBuildProjectName).runtimeconfig.json">
104+
<TfmSpecificPackageFile Include="$(OutputPath)\$(MSBuildProjectName).deps.json;">
105105
<PackagePath>./lib/$(TargetFramework)/</PackagePath>
106106
<PackageCopyToOutput>true</PackageCopyToOutput>
107107
</TfmSpecificPackageFile>

0 commit comments

Comments
 (0)