build alpha 16

This commit is contained in:
2020-09-18 19:48:34 +00:00
parent 4cd6210e02
commit 632ea2e48e
2 changed files with 6 additions and 5 deletions

View File

@@ -5,11 +5,11 @@
PUBLISH TO DEVOPS STEPS PUBLISH TO DEVOPS STEPS
BUILD CLIENT CLIENT
- TURN OFF DEV MODE IN MAIN.JS - TURN OFF DEV MODE IN MAIN.JS
- BUMP CLIENT VERSION NUMBER
- BUMP VERSION NUMBER - BUILD RELEASE
- 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: - 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
@@ -18,8 +18,9 @@ BUILD CLIENT
- Run npm run build - Run npm run build
- Copy build from C:\data\code\raven\app\ayanova\dist to server wwwRoot folder: C:\data\code\raven\server\AyaNova\wwwroot - Copy build from C:\data\code\raven\app\ayanova\dist to server wwwRoot folder: C:\data\code\raven\server\AyaNova\wwwroot
BUILD SERVER SERVER
- BUMP VERSION NUMBER FIRST - BUMP VERSION NUMBER FIRST
- BUILD RELEASE
- Now automated, run buildrelease.bat in server project folder - Now automated, run buildrelease.bat in server project folder
- OLD MANUAL STEPS: - 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

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary> /// </summary>
internal static class AyaNovaVersion internal static class AyaNovaVersion
{ {
public const string VersionString = "8.0.0-alpha.15"; public const string VersionString = "8.0.0-alpha.16";
public const string FullNameAndVersion = "AyaNova server " + VersionString; public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc }//eoc
}//eons }//eons