From 1c916f5392fedd5867acac23b8dd72f1242a5276 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 22 Mar 2023 17:35:16 +0100 Subject: [PATCH] disable build step, since it is redundant Signed-off-by: Sam Therapy --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4c3420c..a1ec1bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,10 +8,10 @@ steps: commands: - dotnet restore ./src - - name: Build - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - dotnet build --configuration Release ./src + # - name: Build + # image: mcr.microsoft.com/dotnet/sdk:6.0 + # commands: + # - dotnet build --configuration Release ./src - name: Test image: mcr.microsoft.com/dotnet/sdk:6.0