diff --git a/.drone.yml b/.drone.yml index 42950d4..5fce917 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: commands: - ls - ls AOC2021.Test/AOC2021.Test/bin/Debug/net5.0/ + - dotnet build AOC2021.Test - 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"