From a31643ec43f28051f77e834e4ab3b862e7925fe6 Mon Sep 17 00:00:00 2001 From: Admin Date: Fri, 21 Jun 2024 22:39:30 +0800 Subject: [PATCH] test drone ci --- .drone.yml | 11 ++++++-- .../.idea/workspace.xml | 28 +++++++++++++++---- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4cbcdef..778bf3c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,14 @@ kind: pipeline +type: docker name: default steps: - - name: test + - name: restore image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - - dotnet build - - dotnet test \ No newline at end of file + - dotnet restore + + - name: build + image: mcr.microsoft.com/dotnet/sdk:8.0 + commands: + - dotnet build --configuration Release \ No newline at end of file diff --git a/.idea/.idea.antblazorpro.dir/.idea/workspace.xml b/.idea/.idea.antblazorpro.dir/.idea/workspace.xml index 9c86a26..4616221 100644 --- a/.idea/.idea.antblazorpro.dir/.idea/workspace.xml +++ b/.idea/.idea.antblazorpro.dir/.idea/workspace.xml @@ -7,8 +7,8 @@