This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@echo **************************************************************
|
||||
@echo ******************** BUILD SERVER ****************************
|
||||
@echo **************************************************************
|
||||
rmdir C:\data\code\raven\dist\docker\linux-x64\ayanovadocker\files /s
|
||||
rmdir C:\data\code\raven\dist\docker\linux-x64\ayanovadocker\files /s/q
|
||||
mkdir C:\data\code\raven\dist\docker\linux-x64\ayanovadocker\files
|
||||
cd C:\data\code\raven\server\AyaNova\
|
||||
dotnet publish -o C:\data\code\raven\dist\docker\linux-x64\ayanovadocker\files\ -c Release
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@echo **************************************************************
|
||||
@echo ******************** BUILD SERVER ****************************
|
||||
@echo **************************************************************
|
||||
rmdir C:\data\code\raven\dist\win-x64\ayanova /s
|
||||
rmdir C:\data\code\raven\dist\win-x64\ayanova /s/q
|
||||
mkdir C:\data\code\raven\dist\win-x64\ayanova
|
||||
cd C:\data\code\raven\server\AyaNova\
|
||||
dotnet publish -c Release -o C:\data\code\raven\dist\win-x64\ayanova\ -r win-x64
|
||||
|
||||
@@ -14,14 +14,8 @@ CLIENT
|
||||
|
||||
- BUMP CLIENT AyaNova-version.js 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
|
||||
- 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
|
||||
- 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 RELEASE Run buildrelease.bat in client project folder
|
||||
|
||||
|
||||
SERVER
|
||||
=-=-=-
|
||||
@@ -30,15 +24,8 @@ SERVER
|
||||
|
||||
- BUMP AyaNova.csproj version number
|
||||
|
||||
- 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
|
||||
- Make sure docs are built, use makedocs batch file which will build and put in wwwRoot folder
|
||||
- Make sure updated version number first!!
|
||||
- Need to be in C:\data\code\raven\server\AyaNova\
|
||||
- Then run command:
|
||||
- dotnet publish -o C:\data\code\raven\dist\docker\linux-x64\ayanovadocker\files\ -c Release
|
||||
- BUILD RELEASE Run buildrelease.bat in server project folder
|
||||
|
||||
|
||||
- COPY TO SERVER
|
||||
- Use filezilla to copy files that are new up to server
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
internal static class AyaNovaVersion
|
||||
{
|
||||
public const string VersionString = "8.0.0-alpha.21";
|
||||
public const string VersionString = "8.0.0-alpha.22";
|
||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||
}//eoc
|
||||
}//eons
|
||||
Reference in New Issue
Block a user