diff --git a/.drone.yml b/.drone.yml index 8d55104..d73b3c5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,9 +28,6 @@ steps: from_secret: docker_password repo: 97waterpolo/aoc-2021 dockerfile: AOC2021/Dockerfile - commands: - - cd AOC2021 - - ls depends_on: - test diff --git a/AOC2021/AOC2021.csproj b/AOC2021/AOC2021.csproj index b170c40..1afa50b 100644 --- a/AOC2021/AOC2021.csproj +++ b/AOC2021/AOC2021.csproj @@ -3,6 +3,8 @@ net5.0 AnyCPU;x64 + false + false