Update ReleaseSteps.txt

Use 'master' branch for setting up Convoar (change to setupConvoar.sh)
This commit is contained in:
Robert Adams
2022-05-16 20:44:51 +00:00
parent 2c99f4a2ac
commit e314f75705
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -5,10 +5,9 @@ steps to build and release convoar are:
CREATE THE GITHUB PRE-COMPILED BINARIES
=======================================
Pull the latest github sources
Verify the VERSION file has the correct version number
Verify AssemblyInfo.cs has correct version number
Open project in Visual Studio 2017
Update VERSION
Run ./setupConvoar.sh
Open project in Visual Studio 2019+
Verify compile target is "Release"
Rebuild Solution
Git commit all changed files (should be exe's and date files)
+1 -1
View File
@@ -9,7 +9,7 @@ export TARGET=Release
export PLACE=$(pwd)
export CONVOAR_BRANCH=${CONVOAR_BRANCH:-v2}
export CONVOAR_BRANCH=${CONVOAR_BRANCH:-master}
export COMMON_ENTITIES_BRANCH=${COMMON_ENTITIES_BRANCH:-master}
export COMMON_UTIL_BRANCH=${COMMON_UTIL_BRANCH:-main}