Skip to content

Commit eb67c13

Browse files
authored
Update note on .NET 9 build support
1 parent 5c88dc7 commit eb67c13

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/app-service/configure-language-dotnetcore.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ az webapp config set --name <app-name> --resource-group <resource-group-name> --
7171

7272
## Customize build automation
7373

74-
> [!NOTE]
75-
> Building .NET 9 (Standard Term Support) apps with App Service by using MSBuild or `SCM_DO_BUILD` isn't yet supported. Support for these build scenarios will come after the initial GA date and by December 4, 2024. Deployments that build outside of App Service through Visual Studio, Visual Studio Code, GitHub Actions, and Azure DevOps are fully supported.
76-
7774
If you deploy your app by using Git or ZIP packages [with build automation enabled](deploy-zip.md#enable-build-automation-for-zip-deploy), the App Service build automation follows this sequence:
7875

7976
1. Run custom script if specified by `PRE_BUILD_SCRIPT_PATH`.

0 commit comments

Comments
 (0)