From c5398a92e09d36d7851bf27e43b7e939e4282b8a Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 21 Jun 2024 23:25:44 +0800 Subject: [PATCH] test ci --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7fa7e75..deaa7fa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,6 @@ steps: - dotnet build --configuration Release - name: publish - image: mcr.microsoft.com/dotnet/sdk:8.0 - commands: - - dotnet publish -c Release -o out \ No newline at end of file + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet publish -c Release -o out \ No newline at end of file