Skip to content

BROKERS: DateTimeBroker #19

BROKERS: DateTimeBroker

BROKERS: DateTimeBroker #19

Workflow file for this run

name: UsefulTime Build Pipeline
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-2022
steps:
- name: Check out
uses: actions/checkout@v2
- name: Setup .Net
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.300-preview.24203.14
include-prerelease: true
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal