-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update tasks to azure-pipelines-task-lib 2.8.0 #10762
Conversation
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.
The changes to the ANT, Gradle, and Maven tasks look good to me. Once the tests have been updated and pass, I will approve the changes.
I ported over the legacy tests for MavenV3 and XamarinAndroid. Most of them are intact, a few I deemed were duplicate and not ported over. For Maven, I left out a few that weren't really testing anything MavenV3 task-related (such as common package tests) as those are now mocked out. |
@@ -0,0 +1,271 @@ | |||
/// <reference path="../../definitions/mocha.d.ts"/> |
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.
how come we're adding a legacy test?
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.
These tests were in the Maven legacy tests and don't need to be ported over.
Updating a bunch of related tasks to
azure-pipelines-task-lib 2.8.0
Change list:
ANTV1
azure-pipelines-task-lib 2.8.0
GradleV2
azure-pipelines-task-lib 2.8.0
Common/Utility-Common
(getSystemAccessToken
MavenV2
azure-pipelines-task-lib 2.8.0
pacakaging-common-old
topackaging-common
MavenV3
azure-pipelines-task-lib 2.8.0
pacakaging-common-old
topackaging-common
XamarinAndroidV1
azure-pipelines-task-lib 2.8.0
Common/MSBuildHelpers
(getMSBuildPath
)PublishCodeCoverageResultsV1
Common\codecoverage-tools
Common tasks updated to
azure-pipelines-task-lib 2.8.0
:packaging-common-old
Tested via build canaries for ANTV1, GradleV2, MavenV2, MavenV3, XamarinAndroidV1, and PublishCodeCoverageResultsV1