File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Setting up the environment can be done using one of the publish setup actions.
62
62
| ** JavaScript** | ` actions/setup-node ` |
63
63
| ** Python** | ` actions/setup-python ` |
64
64
65
- The following example is a fragment of the .yaml file for a function app that uses :
65
+ The following examples show the part of the workflow that sets up the environment for the various supported languages :
66
66
67
67
** JavaScript**
68
68
@@ -90,7 +90,7 @@ The following example is a fragment of the .yaml file for a function app that us
90
90
python-version : 3.6
91
91
` ` `
92
92
93
- **Dot Net **
93
+ **.NET **
94
94
95
95
` ` ` yaml
96
96
- name : ' Login via Azure CLI'
@@ -122,7 +122,7 @@ The following example is a fragment of the .yaml file for a function app that us
122
122
123
123
This depends on the language and for languages supported by Azure Functions, this section should be the standard build steps of each language.
124
124
125
- The following example is a fragment of the .yaml file for a function app that uses :
125
+ The following examples show the part of the workflow that builds the function app, in the various supported languages. :
126
126
127
127
**JavaScript**
128
128
@@ -153,7 +153,7 @@ The following example is a fragment of the .yaml file for a function app that us
153
153
popd
154
154
` ` `
155
155
156
- **Dot Net **
156
+ **.NET **
157
157
158
158
` ` ` yaml
159
159
- name : ' Run dotnet build'
You can’t perform that action at this time.
0 commit comments