From bb7752c29fbcc0a306a2f61b1566dcba37959a8a Mon Sep 17 00:00:00 2001 From: JayArrowz Date: Tue, 31 Aug 2021 23:38:22 +0100 Subject: [PATCH] chore: add publish profiles --- Properties/PublishProfiles/linux.pubxml | 17 +++++++++++++++++ Properties/PublishProfiles/osx.pubxml | 17 +++++++++++++++++ Properties/PublishProfiles/win.pubxml | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 Properties/PublishProfiles/linux.pubxml create mode 100644 Properties/PublishProfiles/osx.pubxml create mode 100644 Properties/PublishProfiles/win.pubxml diff --git a/Properties/PublishProfiles/linux.pubxml b/Properties/PublishProfiles/linux.pubxml new file mode 100644 index 0000000..b5eeef3 --- /dev/null +++ b/Properties/PublishProfiles/linux.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Release\net5.0\publish\linux + FileSystem + net5.0 + linux-x64 + true + True + False + + \ No newline at end of file diff --git a/Properties/PublishProfiles/osx.pubxml b/Properties/PublishProfiles/osx.pubxml new file mode 100644 index 0000000..da9a046 --- /dev/null +++ b/Properties/PublishProfiles/osx.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Release\net5.0\publish\osx + FileSystem + net5.0 + osx-x64 + true + True + False + + \ No newline at end of file diff --git a/Properties/PublishProfiles/win.pubxml b/Properties/PublishProfiles/win.pubxml new file mode 100644 index 0000000..84e6648 --- /dev/null +++ b/Properties/PublishProfiles/win.pubxml @@ -0,0 +1,17 @@ + + + + + Release + Any CPU + bin\Release\net5.0\publish\win + FileSystem + net5.0 + win-x64 + false + True + False + + \ No newline at end of file