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