This commit is contained in:
2020-11-15 21:17:11 +00:00
parent abd71db13d
commit c0823d6641

View File

@@ -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/