diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de65..5370db625 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,15 +1,16 @@ 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 - LOCATION: westeurope + RESOURCE-GROUP: Sirin-RG + LOCATION: centralus TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: 71b5939b-c815-41f4-a455-8323e846ebea + WEBAPP-NAME: eshoponweb-webapp-sirin jobs: diff --git a/ctjgp40 data b/ctjgp40 data new file mode 100644 index 000000000..a25c17284 --- /dev/null +++ b/ctjgp40 data @@ -0,0 +1 @@ +Hello!, this is CTJGP 40 Batch diff --git a/src/Web/Constants.cs b/src/Web/Constants.cs index d093f8e7a..d22642593 100644 --- a/src/Web/Constants.cs +++ b/src/Web/Constants.cs @@ -1,4 +1,6 @@ -namespace Microsoft.eShopWeb.Web; +// Testing fork + +namespace Microsoft.eShopWeb.Web; public static class Constants {