diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3714a3af2..36c1f42a1 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,15 +1,15 @@ name: eShopOnWeb Build and Test #Triggers (uncomment line below to use it) -#on: [push, workflow_dispatch] +on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-NAME + RESOURCE-GROUP: rg-eshoponweb LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: f7786a18-3e21-433e-9825-018f8b131560 + WEBAPP-NAME: eshoponweb-webapp62006851 jobs: #Build, test and publish .net web project in repository diff --git a/src/Web/Program.cs b/src/Web/Program.cs index 23767db01..dd7824155 100644 --- a/src/Web/Program.cs +++ b/src/Web/Program.cs @@ -1,3 +1,4 @@ +// My first change1 using System.Net.Mime; using Ardalis.ListStartupServices; using Azure.Identity;