dotnet / buildtools

Build tools that are necessary for building the .NET Core projects
477 stars 240 forks source link

Using eval and explicit variables #2226

Closed Anipik closed 5 years ago

Anipik commented 5 years ago

Fixes https://github.com/dotnet/buildtools/issues/2224 dotnet cli team changed on how we pass arguments to dotnet commands. The change was introduced in this https://github.com/dotnet/cli/pull/9892

More info is available here https://github.com/dotnet/cli/issues/10802

I tested 4 testcases here

@safern @eerhardt any other good way to test these changes