This commit is contained in:
2019-05-03 19:56:47 +00:00
parent 48af26e871
commit 734f73c4e3

View File

@@ -8,6 +8,7 @@ PUBLISH TO DEVOPS STEPS
BUILD CLIENT BUILD CLIENT
- BUMP VERSION NUMBER FIRST - BUMP VERSION NUMBER FIRST
- Now all automated, just run buildrelease.bat in client project folder - Now all automated, just run buildrelease.bat in client project folder
- OLD MANUAL STEPS:
- Clean out the last build in the server wwwRoot folder at: C:\data\code\raven\server\AyaNova\wwwroot - Clean out the last build in the server wwwRoot folder at: C:\data\code\raven\server\AyaNova\wwwroot
- Delete all but the \docs subfolder that contains the AyaNova manual unless planning on rebuilding that as well - Delete all but the \docs subfolder that contains the AyaNova manual unless planning on rebuilding that as well
- Go to client folder: C:\data\code\raven\app\ayanova - Go to client folder: C:\data\code\raven\app\ayanova
@@ -17,6 +18,7 @@ BUILD CLIENT
BUILD SERVER BUILD SERVER
- BUMP VERSION NUMBER FIRST - BUMP VERSION NUMBER FIRST
- Now automated, run buildrelease.bat in server project folder - Now automated, run buildrelease.bat in server project folder
- OLD MANUAL STEPS:
- Doesn't build docs but that's done by client build now - Doesn't build docs but that's done by client build now
- Make sure docs are built, use makedocs batch file which will build and put in wwwRoot folder - Make sure docs are built, use makedocs batch file which will build and put in wwwRoot folder
- Make sure updated version number first!! - Make sure updated version number first!!