-
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
refactored everything #7736
refactored everything #7736
Conversation
"required": true, | ||
"groupName": "packageSettings", | ||
"helpMarkDown": "ms-resource:loc.input.help.customFeed", | ||
"visibleRule": "packageFeedSelector = customFeed" |
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.
visibleRule [](start = 7, length = 11)
hide the new inputs
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
|
||
if (resultCode !== 0) { | ||
tl.error(tl.loc('NugetErrorCode', resultCode)); | ||
throw new Error(`Download failed with error code: ${resultCode}.`); |
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.
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}.`); |
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.
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; }>{}; |
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.
public [](start = 4, length = 6)
private
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.
refactored everything in preparation for adding offline support