build alpha 16
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
|
||||
PUBLISH TO DEVOPS STEPS
|
||||
|
||||
BUILD CLIENT
|
||||
CLIENT
|
||||
|
||||
- TURN OFF DEV MODE IN MAIN.JS
|
||||
|
||||
- BUMP VERSION NUMBER
|
||||
- BUMP CLIENT VERSION NUMBER
|
||||
- BUILD RELEASE
|
||||
- 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
|
||||
@@ -18,8 +18,9 @@ BUILD CLIENT
|
||||
- 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
|
||||
|
||||
BUILD SERVER
|
||||
SERVER
|
||||
- BUMP VERSION NUMBER FIRST
|
||||
- BUILD RELEASE
|
||||
- Now automated, run buildrelease.bat in server project folder
|
||||
- OLD MANUAL STEPS:
|
||||
- Doesn't build docs but that's done by client build now
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
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;
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user