Update azure-webapps-dotnet-core.yml

This commit is contained in:
Jukka Arola
2025-03-08 16:14:26 +02:00
committed by GitHub
parent f2040e3f3b
commit 47c19bf97f

View File

@ -20,9 +20,9 @@
name: Build and deploy ASP.Net Core app to an Azure Web App name: Build and deploy ASP.Net Core app to an Azure Web App
env: env:
AZURE_WEBAPP_NAME: your-app-name # set this to the name of your Azure Web App #AZURE_WEBAPP_NAME: your-app-name # 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 AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '5' # set this to the .NET Core version to use #DOTNET_VERSION: '5' # set this to the .NET Core version to use
on: on:
push: push: