Self-contained deployments to Azure (#20324)

pull/20469/head
Rick Anderson 2020-10-27 15:27:53 -10:00 committed by GitHub
parent 311cef0e25
commit 21564643ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ To deploy an app that uses a preview release of .NET Core, see the following res
See the [ASP.NET Core on App Service Dashboard](https://aspnetcoreon.azurewebsites.net/) for the version of ASP.NET Core available on Azure App service.
See [Select the .NET Core version to use](/dotnet/core/versions/selection) for information on selecting the version of the .NET SDK for self-contained deployments.
### Specify the .NET Core SDK Version using Azure Pipelines
Use [Azure App Service CI/CD scenarios](/azure/app-service/deploy-continuous-deployment) to set up a continuous integration build with Azure DevOps. After the Azure DevOps build is created, optionally configure the build to use a specific SDK version.