From 47c19bf97f20015dae0adc7b822ce3d3074d0f92 Mon Sep 17 00:00:00 2001 From: Jukka Arola Date: Sat, 8 Mar 2025 16:14:26 +0200 Subject: [PATCH] Update azure-webapps-dotnet-core.yml --- .github/workflows/azure-webapps-dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-webapps-dotnet-core.yml b/.github/workflows/azure-webapps-dotnet-core.yml index 385b1f8a..866c976e 100644 --- a/.github/workflows/azure-webapps-dotnet-core.yml +++ b/.github/workflows/azure-webapps-dotnet-core.yml @@ -20,9 +20,9 @@ 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: 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 - 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: push: