Skip to content

Update dotnetcore.yml #268

Update dotnetcore.yml

Update dotnetcore.yml #268

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Install dotnet ef
run: dotnet tool install --global dotnet-ef
- name: Build with dotnet
run: dotnet build --configuration Release CleanArchitecture.Razor.sln