Skip to content
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

Merged
merged 9 commits into from
Sep 25, 2018
Merged

Conversation

keljos
Copy link
Member

@keljos keljos commented Sep 25, 2018

Removed typings from following tasks:

  • CUrlUploaderV2
  • DecryptFileV1
  • ExtractFilesV1
  • FtpUploadV1
  • JenkinsQueueJobV2
  • PublishBuildArtifactsV1
  • PublishTestResultsV2
  • PyPIPublisherV0
  • SshV0

@@ -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 () => {
Copy link
Member Author

@keljos keljos Sep 25, 2018

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.

@keljos keljos merged commit cb88f00 into master Sep 25, 2018
@@ -0,0 +1,18 @@
{
"name": "vsts-tasks-jenkinsqueuejob",
"dependencies": {
Copy link
Contributor

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": {
Copy link
Contributor

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": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"devDependencies"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants