Update azure-webapps-dotnet-core.yml

This commit is contained in:
Jukka Arola 2025-03-08 16:33:47 +02:00 committed by GitHub
parent c00d2254ad
commit c952c11699
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@
name: Build and deploy ASP.Net Core app to an Azure Web App
env:
#AZURE_WEBAPP_NAME: your-app-name # set this to the name of your Azure Web App
AZURE_WEBAPP_NAME: kuk-glumis # set this to the name of your Azure Web App
AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '9' # set this to the .NET Core version to use