This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user