We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a6825 commit 701c377Copy full SHA for 701c377
dotnet/src/extensions/Azure/Handlers/GeneXus.Deploy.AzureFunctions.Handlers.csproj
@@ -106,7 +106,7 @@
106
<PackagePath>./lib/$(TargetFramework)/</PackagePath>
107
<PackageCopyToOutput>true</PackageCopyToOutput>
108
</TfmSpecificPackageFile>
109
- <TfmSpecificPackageFile Include="$(MSBuildProjectName).csproj;.\**\*.cs;host.json;" Exclude=".\obj\**\*.cs;.\bin\**\*">
+ <TfmSpecificPackageFile Include="$(MSBuildProjectName).csproj;.\**\*.cs;host.json;local.settings.json;" Exclude=".\obj\**\*.cs;.\bin\**\*">
110
<PackagePath>./src/</PackagePath>
111
112
0 commit comments