Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions ctjgp40 data
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello!, this is CTJGP 40 Batch
4 changes: 3 additions & 1 deletion src/Web/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
namespace Microsoft.eShopWeb.Web;
// Testing fork

namespace Microsoft.eShopWeb.Web;

public static class Constants
{
Expand Down