build for all branches
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2019-12-06 13:52:30 -05:00
parent d5f9ca0bbc
commit 5759cac12d
2 changed files with 4 additions and 5 deletions

View File

@ -2,10 +2,6 @@
kind: pipeline
name: run
trigger:
branch:
- master
steps:
- name: run
image: mcr.microsoft.com/dotnet/core/sdk:latest

View File

@ -1,7 +1,10 @@
# aoc2019
# [aoc2019](https://tildegit.org/ben/aoc2019)
[![Build Status](https://drone.tildegit.org/api/badges/ben/aoc2019/status.svg)](https://drone.tildegit.org/ben/aoc2019)
some advent of code solutions for 2019
starting out with c#, we'll see how it goes this year
using .net core 3.0, run all solutions with `dotnet run`