Skip to content

Bump AutoMapper from 9.0.0 to 15.1.1 #36

Bump AutoMapper from 9.0.0 to 15.1.1

Bump AutoMapper from 9.0.0 to 15.1.1 #36

Workflow file for this run

name: Build Status
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.100
- name: Build with dotnet
run: dotnet build --configuration Release
- name: run tests
run: dotnet test