Skip to content

Merge pull request #17 from CaptnCodr/feature/estimated-date-of-delivery #46

Merge pull request #17 from CaptnCodr/feature/estimated-date-of-delivery

Merge pull request #17 from CaptnCodr/feature/estimated-date-of-delivery #46

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.100
- name: Install local tools
run: dotnet tool restore
- name: Paket Restore
run: dotnet paket restore
- name: Build
run: dotnet build