-
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
Remove deprecated typings in favor of @types #8411
Conversation
@@ -20,7 +20,7 @@ var password = tl.getEndpointAuthorizationParameter(serviceEndpointId, 'password | |||
var text = util.format("[distutils] \nindex-servers =\n pypi \n[pypi] \nrepository=%s \nusername=%s \npassword=%s", pythonServer, username, password); | |||
tl.writeFile(pypircFilePath, text, 'utf8'); | |||
|
|||
async function run(){ | |||
(async () => { |
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.
I had to adjust this task due to a problem in the types file where a function had the same name.
@@ -0,0 +1,18 @@ | |||
{ | |||
"name": "vsts-tasks-jenkinsqueuejob", | |||
"dependencies": { |
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.
Make these "devDependencies"
"url": "https://github.com/microsoft/vsts-tasks/issues" | ||
}, | ||
"homepage": "https://github.com/microsoft/vsts-tasks#readme", | ||
"dependencies": { |
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.
"devDependencies"
}, | ||
"author": "Microsoft Corporation", | ||
"license": "MIT", | ||
"dependencies": { |
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.
"devDependencies"
Removed typings from following tasks: