From ecb0edf5d11098399d5ea71017bfca012e0d10ee Mon Sep 17 00:00:00 2001 From: Lucile Jeanneret Date: Tue, 17 Dec 2024 22:27:42 +0100 Subject: [PATCH] update pipeline name --- .github/workflows/main_virtualteacher-webapp.yml | 2 +- .github/workflows/main_webapp-virtual-teacher.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_virtualteacher-webapp.yml b/.github/workflows/main_virtualteacher-webapp.yml index 48ddd19..062e5ba 100644 --- a/.github/workflows/main_virtualteacher-webapp.yml +++ b/.github/workflows/main_virtualteacher-webapp.yml @@ -1,7 +1,7 @@ # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy # More GitHub Actions for Azure: https://github.com/Azure/actions -name: Build and deploy ASP.Net Core app to Azure Web App - virtualteacher-webapp +name: Windows on: push: diff --git a/.github/workflows/main_webapp-virtual-teacher.yml b/.github/workflows/main_webapp-virtual-teacher.yml index 576f336..3b8e091 100644 --- a/.github/workflows/main_webapp-virtual-teacher.yml +++ b/.github/workflows/main_webapp-virtual-teacher.yml @@ -1,7 +1,7 @@ # Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy # More GitHub Actions for Azure: https://github.com/Azure/actions -name: Build and deploy ASP.Net Core app to Azure Web App - webapp-virtual-teacher +name: Linux Build and deploy ASP.Net Core app to Azure Web App - webapp-virtual-teacher env: DOTNET_ROOT: /home/runner/.dotnet on: