Update '.drone.yml'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
97WaterPolo 2022-12-30 22:19:17 -08:00
parent 9a0b62d4b5
commit 530b4d5f18

View File

@ -15,7 +15,6 @@ steps:
- cp -a AOC2021.Test/Input/. /drone/src/AOC2021.Test/bin/Debug/net5.0/
- ls /drone/src/AOC2021.Test/bin/Debug/net5.0/
- dotnet test AOC2021.Test --logger "console;verbosity=detailed"
- cp -a AOC2021.Test/Input/. /drone/src/AOC2021.Test/bin/Debug/net5.0/
- name: build-aoc-2021
image: plugins/docker