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 bbc388c commit fdf734bCopy full SHA for fdf734b
src/Azure.Functions.Cli/Actions/AzureActions/PublishFunctionAppAction.cs
@@ -73,7 +73,7 @@ public override ICommandLineParserResult ParseArgs(string[] args)
73
.Callback(f => ListIncludedFiles = f);
74
Parser
75
.Setup<bool>("nozip")
76
- .WithDescription("Publish in Run-From-Zip package. Requires the app to have AzureWebJobsStorage setting defined.")
+ .WithDescription("Turns the default Run-From-Package mode off.")
77
.SetDefault(false)
78
.Callback(f => RunFromZipDeploy = !f);
79
0 commit comments