dotnet list package / NuGet.CommandLine.XPlat build #12903
Replies: 1 comment 1 reply
-
Unofficially, I think I once saw someone set some MSBuild environment variables that overrides what directory MSBuild uses to load props/targets from. This won't always work, because if a target runs, and the target runs a task that only works on .NET Framework, then it can't work on the .NETCoreApp msbuild. That probably won't be a problem for |
Beta Was this translation helpful? Give feedback.
-
dotnet list package / NuGet.CommandLine.XPlat, apparently, builds the project using .NET SDK.
For projects that have dependencies on tools installed with Visual Studio, this fails.
Is there a property set in the build or a way to get a binlog from that?
Beta Was this translation helpful? Give feedback.
All reactions