From a721813a843285bfa65c0eb1dbcdab442f959d81 Mon Sep 17 00:00:00 2001 From: oussama oussama Date: Thu, 14 May 2026 09:36:20 -0700 Subject: [PATCH 1/4] My commit --- src/Web/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Web/Program.cs b/src/Web/Program.cs index 23767db01..127a06fba 100644 --- a/src/Web/Program.cs +++ b/src/Web/Program.cs @@ -1,3 +1,4 @@ +// My first change using System.Net.Mime; using Ardalis.ListStartupServices; using Azure.Identity; From 78754f6f2388ada7386d0c0a1af334927745b3fa Mon Sep 17 00:00:00 2001 From: oussama oussama Date: Thu, 14 May 2026 09:48:42 -0700 Subject: [PATCH 2/4] My commit --- src/Web/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Web/Program.cs b/src/Web/Program.cs index 127a06fba..dd7824155 100644 --- a/src/Web/Program.cs +++ b/src/Web/Program.cs @@ -1,4 +1,4 @@ -// My first change +// My first change1 using System.Net.Mime; using Ardalis.ListStartupServices; using Azure.Identity; From 33f7665ae3eeb602a1fc89bc37df1ba69c985e97 Mon Sep 17 00:00:00 2001 From: oussamasm <44623906+oussamasm@users.noreply.github.com> Date: Thu, 21 May 2026 05:58:57 -0700 Subject: [PATCH 3/4] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 3714a3af2..e60f9fc3f 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,11 +5,11 @@ name: eShopOnWeb Build and Test #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 From f5f8107df01d37f24b38040c509058c61b15ec02 Mon Sep 17 00:00:00 2001 From: oussamasm <44623906+oussamasm@users.noreply.github.com> Date: Thu, 21 May 2026 06:05:44 -0700 Subject: [PATCH 4/4] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index e60f9fc3f..36c1f42a1 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,7 +1,7 @@ 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: