Skip to content

Commit 5aa543a

Browse files
andynavaGlenn Gailey
authored andcommitted
fixed cherry-pick conflict 2
1 parent c921d59 commit 5aa543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-run-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ The following publish options are only supported in version 2.x:
482482
| **`--list-included-files`** | Displays a list of files that are published, which is based on the .funcignore file. |
483483
| **`--nozip`** | Turns the default `Run-From-Package` mode off. |
484484
| **`--build-native-deps`** | Skips generating .wheels folder when publishing Python function apps. |
485-
| **`--build`**<br/>**`-b`** | Performs build action when deploying to a Linux function app. Accepts: `remote` and `local`. |
485+
| **`--build`**, **`-b`** | Performs build action when deploying to a Linux function app. Accepts: `remote` and `local`. |
486486
| **`--additional-packages`** | List of packages to install when building native dependencies. For example: `python3-dev libevent-dev`. |
487487
| **`--force`** | Ignore pre-publishing verification in certain scenarios. |
488488
| **`--csx`** | Publish a C# script (.csx) project. |

0 commit comments

Comments
 (0)