-
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
Node6hotfixes/azure file copy #14147
Node6hotfixes/azure file copy #14147
Conversation
[skip ci]
This reverts commit 409f46b.
This reverts commit 7056479.
…n-npm-packages" This reverts commit 631fa44.
* Updated the dependencies in package.json * Bumping up the minor version.
* Updated the dependencies in package.json * Bumping up the minor version.
* Updated the dependencies in package.json * Bumping up the minor version.
@@ -1,12 +1,15 @@ | |||
{ | |||
"name": "AzureFileCopyV2", | |||
"dependencies": { | |||
"@types/mocha": "2.2.48", | |||
"@types/node": "6.0.68", | |||
"@types/mocha": "^5.2.7", |
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.
You should stick to a specific version. for all the packages.
"@types/q": "1.0.7", | ||
"azure-pipelines-tasks-azure-arm-rest-v2": "1.0.4", | ||
"azure-pipelines-task-lib": "2.8.0", | ||
"azure-pipelines-task-lib": "3.0.6-preview.0", |
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.
is there a stable version of this library that we can use ? Or do we have to use this version ?
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.
@arjgupta Hi! This is the version prepared for Node 10 migration.
Tasks/AzureFileCopyV2/task.json
Outdated
@@ -13,7 +13,7 @@ | |||
"author": "Microsoft Corporation", | |||
"version": { | |||
"Major": 2, | |||
"Minor": 178, | |||
"Minor": 179, |
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.
Could you please bump the version in accordance with the current sprint as per this guide for all tasks changed?
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.
done
Task name: AzureFileCopy V2, V3 and V4
Description:
Testing
Windows Agent
AzureFileCopyV2
AzureFileCopyV3
AzureFileCopyV4
Documentation changes required: (Y/N)
Added unit tests: (Y/N)
Attached related issue: (Y/N)
Checklist: