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