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