Skip to content

Commit a5029cb

Browse files
GeneXus.Deploy.AzureFunctions.Handlers.runtimeconfig.json was duplicated in package. (#957)
(cherry picked from commit abb78b7)
1 parent 9f79643 commit a5029cb

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)