Skip to content

Commit 701c377

Browse files
Re-add local.settings.json to the src package of Azure Functions to enable local execution with func start (previously removed in #703). (#1105)
This file is not needed in production, but its presence is ignored when deployed.
1 parent d5a6825 commit 701c377

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
@@ -106,7 +106,7 @@
106106
<PackagePath>./lib/$(TargetFramework)/</PackagePath>
107107
<PackageCopyToOutput>true</PackageCopyToOutput>
108108
</TfmSpecificPackageFile>
109-
<TfmSpecificPackageFile Include="$(MSBuildProjectName).csproj;.\**\*.cs;host.json;" Exclude=".\obj\**\*.cs;.\bin\**\*">
109+
<TfmSpecificPackageFile Include="$(MSBuildProjectName).csproj;.\**\*.cs;host.json;local.settings.json;" Exclude=".\obj\**\*.cs;.\bin\**\*">
110110
<PackagePath>./src/</PackagePath>
111111
<PackageCopyToOutput>true</PackageCopyToOutput>
112112
</TfmSpecificPackageFile>

0 commit comments

Comments
 (0)