diff --git a/.drone.yml b/.drone.yml
index 778bf3c..7fa7e75 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -11,4 +11,9 @@ steps:
- name: build
image: mcr.microsoft.com/dotnet/sdk:8.0
commands:
- - dotnet build --configuration Release
\ No newline at end of file
+ - 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
diff --git a/.idea/.idea.antblazorpro.dir/.idea/workspace.xml b/.idea/.idea.antblazorpro.dir/.idea/workspace.xml
index 4616221..ab215a3 100644
--- a/.idea/.idea.antblazorpro.dir/.idea/workspace.xml
+++ b/.idea/.idea.antblazorpro.dir/.idea/workspace.xml
@@ -7,7 +7,7 @@
-
+
@@ -84,7 +84,7 @@
1717222028445
-
+
@@ -134,7 +134,15 @@
1718979645165
-
+
+
+ 1718980772232
+
+
+
+ 1718980772232
+
+
@@ -158,6 +166,7 @@
-
+
+
\ No newline at end of file