Compare commits

..

No commits in common. "a15762ad3e3051f5d5af84ee3b2443ed903cc80e" and "7a3d96517b5a3cfad6e1e1e0afd96b7fcc213d97" have entirely different histories.

View File

@ -11,7 +11,7 @@ steps:
- name: test - name: test
image: mcr.microsoft.com/dotnet/sdk:5.0 image: mcr.microsoft.com/dotnet/sdk:5.0
commands: commands:
- dotnet test AOC2021.Test --logger "console;verbosity=detailed" - dotnet test AOC2021.Test
- name: build-aoc-2021 - name: build-aoc-2021
image: plugins/docker image: plugins/docker