This commit is contained in:
2018-07-19 21:59:32 +00:00
parent d354ff0723
commit 32ce2a79c4

View File

@@ -14,7 +14,7 @@ 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/
dotnet publish -f netcoreapp2.1 -c Release -o ./../publish/
//if need a debug version
dotnet publish -o ./../publish/