This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user