Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
97WaterPolo 2022-12-30 22:16:53 -08:00
parent 8e56ad685d
commit 01da304acb

View File

@ -12,10 +12,10 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:5.0
commands:
- ls
- ls /drone/src/AOC2021.Test/bin/Debug/net5.0/
- dotnet build AOC2021.Test
- ls /drone/src/AOC2021.Test/bin/Debug/net5.0/
- dotnet test AOC2021.Test --logger "console;verbosity=detailed"
- ls /drone/src/AOC2021.Test/bin/Debug/net5.0/
- cp -a AOC2021.Test/Input/. /drone/src/AOC2021.Test/bin/Debug/net5.0/
- name: build-aoc-2021