Skip to content

Bump System.Data.SqlClient from 4.8.3 to 4.8.6 in /src/Paradigm.Services.Exceptions.SqlServer #4

Bump System.Data.SqlClient from 4.8.3 to 4.8.6 in /src/Paradigm.Services.Exceptions.SqlServer

Bump System.Data.SqlClient from 4.8.3 to 4.8.6 in /src/Paradigm.Services.Exceptions.SqlServer #4

Workflow file for this run

name: Paradigm Services
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: 6.0.x
- name: Install dependencies
run: dotnet restore ./src/Paradigm.Services.sln
- name: Build
run: dotnet build ./src/Paradigm.Services.sln --configuration Release --no-restore
- name: Test
run: dotnet test ./src/Paradigm.Services.sln --no-restore --verbosity normal