Skip to content

Bump Npgsql from 5.0.7 to 8.0.3 in /dotnet-app/DAL/WordCounterBot.DAL.Postgresql #121

Bump Npgsql from 5.0.7 to 8.0.3 in /dotnet-app/DAL/WordCounterBot.DAL.Postgresql

Bump Npgsql from 5.0.7 to 8.0.3 in /dotnet-app/DAL/WordCounterBot.DAL.Postgresql #121

name: Build
on:
push:
branches:
- dev
- feature/*
pull_request:
branches:
- master
jobs:
build:
name: Build an ASP.NET Core app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with:
dotnet-version: '6.0.x'
- name: Build API layer
run: dotnet build dotnet-app/APIL/WordCounterBot.APIL.WebApi.csproj -c Release -o ./app