Skip to content

Bump AoCHelper from 1.0.2 to 3.1.0 #51

Bump AoCHelper from 1.0.2 to 3.1.0

Bump AoCHelper from 1.0.2 to 3.1.0 #51

Workflow file for this run

name: CI
on:
push:
jobs:
build-and-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Build
run: dotnet build -c Release
- name: Solve all
run: dotnet run -c Release --no-build -- all
working-directory: ./AdventOfCode