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

Update dotnet tool update command: Download tool packages from nuget when update global tools #33861

Closed
wants to merge 17 commits into from

Conversation

JL03-Yue
Copy link
Member

@JL03-Yue JL03-Yue commented Jul 7, 2023

PR for global tool update for issue #31134

Currently, when updating and installing a dotnet tool package, the code restores a temporary project using toolPackageInstaller. The changes download tool packages through the NuGet API for global tool update.

dotnet-maestro bot and others added 16 commits May 17, 2023 15:51
…213.1

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23110.3 -> To Version 8.0.0-beta.23113.1
…nals build 20230213.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.23110.2 -> To Version 8.0.0-alpha.1.23113.1
…230213-04

Microsoft.NET.Test.Sdk
 From Version 17.6.0-preview-20230213-02 -> To Version 17.6.0-preview-20230213-04
…0230214.2

dotnet-dev-certs , dotnet-user-jwts , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.SdkAnalyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0
 From Version 8.0.0-preview.2.23114.1 -> To Version 8.0.0-preview.2.23114.2
…0214.2

Microsoft.Extensions.DependencyModel , Microsoft.NET.HostModel , Microsoft.NET.ILLink.Tasks , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , System.CodeDom , System.Reflection.MetadataLoadContext , System.Resources.Extensions , System.Security.Cryptography.ProtectedData , System.Text.Encoding.CodePages , VS.Redist.Common.NetCore.SharedFramework.x64.8.0 , VS.Redist.Common.NetCore.TargetingPack.x64.8.0
 From Version 8.0.0-preview.2.23114.1 -> To Version 8.0.0-preview.2.23114.2
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Tools untriaged Request triage from a team member labels Jul 7, 2023
@JL03-Yue JL03-Yue requested a review from dsplaisted July 10, 2023 17:47
@JL03-Yue JL03-Yue closed this Jul 10, 2023
@JL03-Yue
Copy link
Member Author

Combine this pr with tool install global command 33835

@JL03-Yue JL03-Yue deleted the nuget/31134-update-global branch October 5, 2023 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Tools untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants