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

refactored everything #7736

Merged

Conversation

ShreyasRmsft
Copy link
Member

refactored everything in preparation for adding offline support

"required": true,
"groupName": "packageSettings",
"helpMarkDown": "ms-resource:loc.input.help.customFeed",
"visibleRule": "packageFeedSelector = customFeed"
Copy link
Contributor

Choose a reason for hiding this comment

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

visibleRule [](start = 7, length = 11)

hide the new inputs

Copy link
Member Author

Choose a reason for hiding this comment

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

done


if (resultCode !== 0) {
tl.error(tl.loc('NugetErrorCode', resultCode));
throw new Error(`Download failed with error code: ${resultCode}.`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Download failed with error code [](start = 29, length = 31)

localized


if (resultCode !== 0) {
tl.error(tl.loc('NugetErrorCode', resultCode));
throw new Error(`Download failed with error code: ${resultCode}.`);
Copy link
Contributor

Choose a reason for hiding this comment

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

Download failed with error code [](start = 29, length = 31)

localized

import { async } from 'q';

export class NugetFeedInstaller {
public consolidatedCiData: { [key: string]: string; } = <{ [key: string]: string; }>{};
Copy link
Contributor

Choose a reason for hiding this comment

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

public [](start = 4, length = 6)

private

Copy link
Contributor

@acesiddhu acesiddhu left a comment

Choose a reason for hiding this comment

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

:shipit:

@ShreyasRmsft ShreyasRmsft merged commit 1b94f9a into master Jul 16, 2018
@ShreyasRmsft ShreyasRmsft deleted the users/ShreyasRMsft/offlineSupportForVsTestToolInstaller branch January 11, 2019 08:33
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.

2 participants