Skip to content

nuget: bump the fluent group in /DotMP-Tests with 1 update #175

nuget: bump the fluent group in /DotMP-Tests with 1 update

nuget: bump the fluent group in /DotMP-Tests with 1 update #175

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
check-compile:
name: Ensure Project Compiles
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build main project
run: make build
- name: Build tests
run: make tests
- name: Build examples
run: make examples