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 @@