From fb406c527235bb38270483b21e3b4c775e12a0b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=89=E4=BA=9E=E5=9D=A4?= Date: Wed, 7 Aug 2024 14:24:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4cc8d1..253997d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,17 +6,14 @@ steps: - name: restore image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - cd Backend - dotnet restore - name: build image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - cd Backend - dotnet build --configuration Release - name: test image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - cd Backend - dotnet test --no-build --verbosity normal \ No newline at end of file