diff --git a/.drone.yml b/.drone.yml index 1509c6d..42950d4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,9 @@ steps: image: mcr.microsoft.com/dotnet/sdk:5.0 commands: - ls - - cd AOC2021.Test - - ls + - ls AOC2021.Test/AOC2021.Test/bin/Debug/net5.0/ + - cp -a AOC2021.Test/Input/. AOC2021.Test/bin/Debug/net5.0/ + - ls AOC2021.Test/AOC2021.Test/bin/Debug/net5.0/ - dotnet test AOC2021.Test --logger "console;verbosity=detailed" - name: build-aoc-2021