This commit is contained in:
2020-09-29 14:59:37 +00:00
parent 08ca6fe3b6
commit 38ce5d90df
2 changed files with 3 additions and 10 deletions

View File

@@ -7,27 +7,20 @@ PUBLISH TO DEVOPS STEPS
CLIENT CLIENT
=-=-=-= =-=-=-=
- TURN OFF DEV MODE IN MAIN.JS - TURN OFF DEV MODE IN MAIN.JS
- BUMP PACKAGE.JSON version number - BUMP PACKAGE.JSON version number
- BUMP CLIENT AyaNova-version.js VERSION NUMBER - BUMP CLIENT AyaNova-version.js VERSION NUMBER
- BUILD RELEASE Run buildrelease.bat in client project folder - BUILD RELEASE Run buildrelease.bat in client project folder
SERVER SERVER
=-=-=- =-=-=-
- BUMP AyaNovaVersion.cs version NUMBER - BUMP AyaNovaVersion.cs version NUMBER
- BUMP AyaNova.csproj version number - BUMP AyaNova.csproj version number
- BUILD RELEASE Run buildrelease.bat in server project folder - BUILD RELEASE Run buildrelease.bat in server project folder
- COPY TO SERVER - COPY TO DEVOPS SERVER
- Use filezilla to copy files that are new up to server - Use filezilla to copy files that are new up to server
- Copy to "/home/john/xfer/ayanovadocker/files" - Copy to "/home/john/xfer/ayanovadocker/files"
- These two files (and any other changes that are relevant) - These two files (and any other changes that are relevant)

View File

@@ -4,8 +4,8 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<GenerateFullPaths>true</GenerateFullPaths> <GenerateFullPaths>true</GenerateFullPaths>
<Version>8.0.0-alpha.21</Version> <Version>8.0.0-alpha.22</Version>
<FileVersion>8.0.0.21</FileVersion> <FileVersion>8.0.0.22</FileVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile> <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<noWarn>1591</noWarn> <noWarn>1591</noWarn>
</PropertyGroup> </PropertyGroup>