Drone update to fix vs
continuous-integration/drone/push Build is failing Details

master
Xander Sigler 3 years ago
parent 137aaae4f8
commit 8a943f9fa2

@ -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
@ -32,3 +35,5 @@ steps:
image: busybox
commands:
- echo 'Finished deployment for Aincrad'
depends_on:
- build-aoc-2021
Loading…
Cancel
Save