Skip to content

Refactor to use base image scripts; update dockerfile to use base image #75

Refactor to use base image scripts; update dockerfile to use base image

Refactor to use base image scripts; update dockerfile to use base image #75

Workflow file for this run

name: CI Build
on: [push]
jobs:
build:
runs-on: windows-2019
steps:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- uses: actions/checkout@v1
- name: Build with dotnet
run: dotnet build