From 8c10488bfaa91b71f3ad4b0895a62539e6050696 Mon Sep 17 00:00:00 2001 From: lxzqaq <2982029868@qq.com> Date: Sun, 2 Jun 2024 11:22:57 +0800 Subject: [PATCH] Enable Action --- .gitignore | 2 +- .../PublishProfiles/linux_x64.pubxml | 24 +++++++++++++++++++ .../Properties/PublishProfiles/win_x64.pubxml | 23 ++++++++++++++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 SCHALE.GameServer/Properties/PublishProfiles/linux_x64.pubxml create mode 100644 SCHALE.GameServer/Properties/PublishProfiles/win_x64.pubxml diff --git a/.gitignore b/.gitignore index c974c4f..ce88608 100644 --- a/.gitignore +++ b/.gitignore @@ -184,7 +184,7 @@ publish/ *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted -*.pubxml +# *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to diff --git a/SCHALE.GameServer/Properties/PublishProfiles/linux_x64.pubxml b/SCHALE.GameServer/Properties/PublishProfiles/linux_x64.pubxml new file mode 100644 index 0000000..c482282 --- /dev/null +++ b/SCHALE.GameServer/Properties/PublishProfiles/linux_x64.pubxml @@ -0,0 +1,24 @@ + + + + + false + false + true + Release + Any CPU + FileSystem + bin\Release\net8.0\publish\linux_x64 + FileSystem + <_TargetId>Folder + + net8.0 + linux-x64 + true + fa808fe1-3f81-4afc-9fbe-8662b9781ef8 + true + false + + \ No newline at end of file diff --git a/SCHALE.GameServer/Properties/PublishProfiles/win_x64.pubxml b/SCHALE.GameServer/Properties/PublishProfiles/win_x64.pubxml new file mode 100644 index 0000000..2aaf63a --- /dev/null +++ b/SCHALE.GameServer/Properties/PublishProfiles/win_x64.pubxml @@ -0,0 +1,23 @@ + + + + + false + false + true + Release + Any CPU + FileSystem + bin\Release\net8.0\publish\win_x64 + FileSystem + <_TargetId>Folder + + net8.0 + win-x64 + true + fa808fe1-3f81-4afc-9fbe-8662b9781ef8 + true + + \ No newline at end of file