You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/build-configuration.md
+6-18Lines changed: 6 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,18 +222,18 @@ inputs:
222
222
223
223
If you want to skip building the API, you can bypass the automatic build and deploy the API built in a previous step.
224
224
> [!NOTE]
225
-
> To skip the API you need to set the `apiRuntime` to the correct language and version in `staticwebapp.config.json`. Click [here](https://docs.microsoft.com/en-us/azure/static-web-apps/configuration#selecting-the-api-language-runtime-version) for the list of supported language and versions.
225
+
> Currently the `skip_api_build` is only supported in GitHub Actions and not Azure Pipelines.
226
+
227
+
Steps to skip building the API:
228
+
229
+
- In `staticwebapp.config.json`, set the `apiRuntime` to the correct language and version. Click [here](https://docs.microsoft.com/en-us/azure/static-web-apps/configuration#selecting-the-api-language-runtime-version) for the list of supported language and versions.
226
230
```json
227
231
{
228
232
"platform": {
229
233
"apiRuntime": "node:16"
230
234
}
231
235
}
232
236
```
233
-
234
-
Steps to skip building the API:
235
-
236
-
- In `staticwebapp.config.json`, set the `apiRuntime` to the correct language and version.
0 commit comments