We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Core/NuGet.Build.Tasks/RestoreTask.cs#L26
The current agent is NuGet MSBuild Task
NuGet MSBuild Task
This should be split into NuGet .NET Core MSBuild Task and NuGet Desktop MSBuild Task
NuGet .NET Core MSBuild Task
NuGet Desktop MSBuild Task
This will allow give a better indication of dotnet restore usage vs msbuild /t:restore usage.
dotnet restore
msbuild /t:restore
The text was updated successfully, but these errors were encountered:
Add msbuild task UserAgent strings for netcore vs desktop
60ec4ac
Desktop framework will use: NuGet Desktop MSBuild Task NETStandard will use: NuGet .NET Core MSBuild Task Fixes NuGet/Home#5709
953b7d0
emgarten
No branches or pull requests
https://github.com/NuGet/NuGet.Client/blob/dev/src/NuGet.Core/NuGet.Build.Tasks/RestoreTask.cs#L26
The current agent is
NuGet MSBuild Task
This should be split into
NuGet .NET Core MSBuild Task
andNuGet Desktop MSBuild Task
This will allow give a better indication of
dotnet restore
usage vsmsbuild /t:restore
usage.The text was updated successfully, but these errors were encountered: