This commit is contained in:
parent
4ee123e47c
commit
9a0b62d4b5
@ -12,6 +12,7 @@ steps:
|
||||
image: mcr.microsoft.com/dotnet/sdk:5.0
|
||||
commands:
|
||||
- dotnet build AOC2021.Test
|
||||
- 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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user