Skip to content

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 5.0.5 to 7.0.10 in /AirTNG.Web.Tests #879

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 5.0.5 to 7.0.10 in /AirTNG.Web.Tests

Bump Microsoft.AspNetCore.Identity.EntityFrameworkCore from 5.0.5 to 7.0.10 in /AirTNG.Web.Tests #879

Workflow file for this run

name: dotNETCore
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
max-parallel: 3
matrix:
platform: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity normal