Skip to content
Open
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
8 changes: 4 additions & 4 deletions .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Web/Program.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// My first change1
using System.Net.Mime;
using Ardalis.ListStartupServices;
using Azure.Identity;
Expand Down