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 @@
-
-
+
+
@@ -84,7 +84,7 @@
1717222028445
-
+
@@ -118,7 +118,23 @@
1718959711128
-
+
+
+ 1718979451004
+
+
+
+ 1718979451004
+
+
+
+ 1718979645165
+
+
+
+ 1718979645165
+
+
@@ -140,6 +156,8 @@
-
+
+
+
\ No newline at end of file