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