diff --git a/notes/notes b/notes/notes index ff68b40..d3b4735 100644 --- a/notes/notes +++ b/notes/notes @@ -54,7 +54,9 @@ RENAME ?plvx.x parameter in index.html to the new version so all files update on publish command line from pecklist folder: //this will build a release version which is what we use on the server now -dotnet publish -c Release -o ./../publish/ +//DEPRECATED dotnet publish -c Release -o ./../publish/ +//this will build for our ubunutu linux server +dotnet publish -c Release -o ./../publish/ --no-self-contained -r linux-x64 //This is what I have seen online, not sure why the -f is necessary or useful, the build is the exact same size as above, have a question in to stackoverflow about it dotnet publish -f netcoreapp2.1 -c Release -o ./../publish/