1033e61d57
Moves CLI version suffix from preview1 to preview2 Sets channel for preview2 to 1.0.0-preview2, abandoning the Beta channel to the 1.0.0-preview1 release. Once @sokket's publishing cleanup work is complete we can re-converge the channels if desired.
8 lines
317 B
Text
8 lines
317 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
|