mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 09:02:14 +00:00
Update ReleaseSteps.txt
Use 'master' branch for setting up Convoar (change to setupConvoar.sh)
This commit is contained in:
+3
-4
@@ -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
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user