-
Notifications
You must be signed in to change notification settings - Fork 510
Prepare for 2.0.0-preview.3 #1866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
package.json
Outdated
@@ -1,7 +1,7 @@ | |||
{ | |||
"name": "powershell", | |||
"displayName": "PowerShell", | |||
"version": "2.0.1", | |||
"version": "2.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to 2.0.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "2.0.3", | |
"version": "2.0.2", |
tools/releaseBuild/Image/DockerFile
Outdated
@@ -23,7 +23,7 @@ COPY build.ps1 containerFiles/build.ps1 | |||
|
|||
# Add an environment variable for build versioning | |||
ENV VSTS_BUILD=1 | |||
ENV VSTS_BUILD_VERSION=2.0.1 | |||
ENV VSTS_BUILD_VERSION=2.0.3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ENV VSTS_BUILD_VERSION=2.0.3 | |
ENV VSTS_BUILD_VERSION=2.0.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.