This commit is contained in:
2021-04-26 22:54:06 +00:00
parent c0f91d95a6
commit 1374c53ee1

View File

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