From b3004dead7289ec7795cef4b7c9ca277186be6bb Mon Sep 17 00:00:00 2001 From: ngfrolov Date: Wed, 28 Sep 2022 14:54:47 +0500 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BF=D1=80=D0=BE=D1=84=D0=B8=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=83=D0=B1=D0=BB=D0=B8=D0=BA=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++--- .../PublishProfiles/PubLinux.pubxml | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml diff --git a/.gitignore b/.gitignore index d65f82ed..fc614d65 100644 --- a/.gitignore +++ b/.gitignore @@ -174,13 +174,13 @@ 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 -*.publishproj +# *.pubxml +# *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained # in these scripts will be unencrypted -PublishScripts/ +# PublishScripts/ # NuGet Packages *.nupkg diff --git a/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml b/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml new file mode 100644 index 00000000..9ca6d0f0 --- /dev/null +++ b/AsbCloudWebApi/Properties/PublishProfiles/PubLinux.pubxml @@ -0,0 +1,21 @@ + + + + + true + false + true + Release + Any CPU + FileSystem + bin\publishLinux\ + FileSystem + + net6.0 + a2768702-47cb-4127-941c-e339d5efcffe + true + linux-x64 + + \ No newline at end of file