From c9df06b0cdfdcbde2cf1638648d522b75cba2691 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 9 Jul 2018 23:00:39 +0000 Subject: [PATCH] --- notes/deploy.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notes/deploy.txt b/notes/deploy.txt index c05ca0b..2fcf33a 100644 --- a/notes/deploy.txt +++ b/notes/deploy.txt @@ -12,12 +12,12 @@ RENAME ?RFV5.1 parameter in default.htm to the new version so all files update o 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 ./../rfcpublish/ +dotnet publish -c Release -o ./../publish/ -dotnet publish -f netcoreapp2.1 -c Release -o ./../rfcpublish/ +dotnet publish -f netcoreapp2.1 -c Release -o ./../publish/ //if need a debug version -dotnet publish -o ./../rfcpublish/ +dotnet publish -o ./../publish/ 3) COPY Copy over to production server, only need the .dll and the wwwroot folder contents,