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
=-=-=-=
- TURN OFF DEV MODE IN MAIN.JS
- BUMP PACKAGE.JSON version number
- BUMP CLIENT AyaNova-version.js VERSION NUMBER
- BUILD RELEASE Run buildrelease.bat in client project folder
SERVER
=-=-=-
- BUMP AyaNovaVersion.cs version NUMBER
- BUMP AyaNova.csproj version number
- 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
- Copy to "/home/john/xfer/ayanovadocker/files"
- These two files (and any other changes that are relevant)

View File

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