From 8a943f9fa2014eb4cb53df679ffb60ebc7902c49 Mon Sep 17 00:00:00 2001 From: Xander Sigler Date: Wed, 26 Jan 2022 21:58:15 -0800 Subject: [PATCH] Drone update to fix vs --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bc2127e..8360c1c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,8 +13,11 @@ steps: commands: - ls - dotnet test AOC2021.Test + - cd AOC2021 + - ls - rm -r AOC2021/bin - rm -r AOC2021/obj + - ls - name: build-aoc-2021 image: plugins/docker @@ -31,4 +34,6 @@ steps: - name: finish image: busybox commands: - - echo 'Finished deployment for Aincrad' \ No newline at end of file + - echo 'Finished deployment for Aincrad' + depends_on: + - build-aoc-2021 \ No newline at end of file