0eb24de0a8
Adding a "BranchName" branchinfo.txt variable like we have in core-setup. This allows to update the correct path under dotnet/versions/build-info. Also, moving UpdateVersionsRepo into FinalizeBuild.
9 lines
348 B
Text
9 lines
348 B
Text
# This is a file containing environment variables specific to this branch
|
|
# Any line that is not blank and does not start with '#' is interpreted as a variable to set
|
|
# Each line is expected to be in the format "[Name]=[Value]".
|
|
MAJOR_VERSION=1
|
|
MINOR_VERSION=0
|
|
PATCH_VERSION=0
|
|
RELEASE_SUFFIX=preview2
|
|
CHANNEL=preview
|
|
BRANCH_NAME=rel/1.0.0-preview2
|