-
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
Update cred provider version and enable V2 #9354
Conversation
51596d0
to
ce2b482
Compare
@@ -9,7 +9,7 @@ | |||
"version": { | |||
"Major": 2, | |||
"Minor": 147, | |||
"Patch": 1 |
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.
Are there any other tasks that can call that packaging-common codepath?
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.
Does the .NET CLI task use it to configure NuGet.config (not sure if that is relevant in this context though).
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.
The NuGetCommandV2 is the only task that uses the cred provider and therefore the only task that will call isCredentialProviderEnabled. Dotnet tasks handle auth a bit differently - I believe the task adds the creds to a temp nuget.config so there's no need for a cred provider.
* Enable V2 cred provider based on NuGet version * Use nuget cred provider version 0.1.11 * Bump version
* support for canary added * Add support for AzureChinaCloud * task updated * task updated - diff of canary objects removed * Bug fixes done * code refactoring done * New conditions added to check rollout status * Unused dependencies removed * Try adding version in filter function * Fix upper/lower case mismatch * Retrying on failure to get connection data * Adding dockercli installer task in task list Signed-off-by: Rajendra Kolli <rakol@microsoft.com> * [ARG Deploy] Adding SPN to environment for override (microsoft#9347) * [ARG Deploy] Adding SPN to environment for override * Moving input to Advanced section * [KubernetesManifest] Adding actions scale, patch (microsoft#9286) * [KubernetesManifest] Adding actions scale, patch * Updating strings * Resolving PR comments * code refactoring * Master merged and conflicts resolved * Review changes and code refactoring done * Reverting change in the getWebApiWithProxy call * Use correct javascript syntax * isDigit is not a javascript function * Make sure this works then revert this commit * Revert change * Update cred provider version and enable V2 (microsoft#9354) * Enable V2 cred provider based on NuGet version * Use nuget cred provider version 0.1.11 * Bump version * change case in task folder name (microsoft#9367) * Importing Sqlserver module (microsoft#9359) * Importing Sqlserver module * updating task.json * Indentation * review changes done * update artifact-engine version (microsoft#9372) * Review changes and code refactoring done * Strings updated * Modifying metadata pushed by app service deploy task (microsoft#9371) * review changes done * XamarinAndroidV1: don't clean multiple times (microsoft#9378) * Change DownloadGitHubReleases case to match folder
No description provided.