diff --git a/StarAgent/Properties/PublishProfiles/FolderProfile.pubxml b/StarAgent/Properties/PublishProfiles/FolderProfile.pubxml
new file mode 100644
index 0000000..6da27af
--- /dev/null
+++ b/StarAgent/Properties/PublishProfiles/FolderProfile.pubxml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+https://go.microsoft.com/fwlink/?LinkID=208121.
+-->
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <PublishProtocol>FileSystem</PublishProtocol>
+ <Configuration>Release</Configuration>
+ <Platform>Any CPU</Platform>
+ <TargetFramework>net6.0</TargetFramework>
+ <PublishDir>..\Bin\Agent_publish\</PublishDir>
+ <RuntimeIdentifier>linux-x64</RuntimeIdentifier>
+ <SelfContained>false</SelfContained>
+ <PublishSingleFile>False</PublishSingleFile>
+ </PropertyGroup>
+</Project>
\ No newline at end of file