Skip to content

Bump @angular/core from 9.0.7 to 10.2.5 in /src/WebUI/ClientApp #10

Bump @angular/core from 9.0.7 to 10.2.5 in /src/WebUI/ClientApp

Bump @angular/core from 9.0.7 to 10.2.5 in /src/WebUI/ClientApp #10

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Install dotnet ef
run: dotnet tool install --global dotnet-ef
- name: Build with dotnet
run: dotnet build --configuration Release