diff --git a/.drone.yml b/.drone.yml index 5fce917..f53b76d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: image: mcr.microsoft.com/dotnet/sdk:5.0 commands: - ls - - ls AOC2021.Test/AOC2021.Test/bin/Debug/net5.0/ - dotnet build AOC2021.Test + - 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"