This commit is contained in:
2018-07-09 23:00:39 +00:00
parent da26f07999
commit c9df06b0cd

View File

@@ -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: publish command line from rockfishCore folder:
//this will build a release version which is what we use on the server now //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 //if need a debug version
dotnet publish -o ./../rfcpublish/ dotnet publish -o ./../publish/
3) COPY 3) COPY
Copy over to production server, only need the .dll and the wwwroot folder contents, Copy over to production server, only need the .dll and the wwwroot folder contents,