From 1374c53ee1d1e439108393a3f9f9b665cab2c7b2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 26 Apr 2021 22:54:06 +0000 Subject: [PATCH] --- notes/deploy.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/notes/deploy.txt b/notes/deploy.txt index 3c7cd9d..463f77d 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -11,14 +11,10 @@ RENAME ?RFV5.1 parameter in default.htm to the new version so all files update o 2) PUBLISH publish command line from rockfishCore folder: -//this will build a release version which is what we use on the server now -dotnet publish -c Release -o ./../publish/ +//this will build a runtime dependant version which is what we use on the server now (.net is installed globally at the server so no need to deploy it) +dotnet publish -c Release -o ./../publish/ --no-self-contained -r linux-x64 - -//if need a debug version -dotnet publish -o ./../publish/ - 2.5) Runtime - make sure if runtime changed that server has latest 3) COPY