Fix favicon.ico build bug and modify CI to run on PR (#479)

This commit is contained in:
Tim Heuer
2020-11-10 18:22:14 -08:00
committed by GitHub
parent 2e9ac0f6e5
commit c2fe05dbd4
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
name: eShopOnWeb Build and Test
on: [push]
on: [push, pull_request, workflow_dispatch]
jobs:
build:
@@ -12,8 +12,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
dotnet-version: 3.1.x
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release
- name: Test with dotnet
run: dotnet test ./eShopOnWeb.sln --configuration Release

View File

@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
docker-compose.override.yml = docker-compose.override.yml
docker-compose.yml = docker-compose.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
README.md = README.md
EndProjectSection
EndProject

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB