Skip to content

build(deps): bump BB84.Extensions from 2.8.1216 to 2.9.1225 (#545) #476

build(deps): bump BB84.Extensions from 2.8.1216 to 2.9.1225 (#545)

build(deps): bump BB84.Extensions from 2.8.1216 to 2.9.1225 (#545) #476

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .NET
uses: actions/setup-dotnet@v4
- name: Setup MSSQL
uses: potatoqualitee/mssqlsuite@v1.7
with:
install: localdb
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore --configuration release --verbosity minimal
- name: Test
run: dotnet test --no-build --configuration release --verbosity minimal