microsoft / MSBuildSdks

MSBuild project SDKs
MIT License
442 stars 81 forks source link

Traversal msbuild-sdk does not perform the "Restore" task across all projects #561

Open ocalvo opened 2 months ago

ocalvo commented 2 months ago
  1. Create a travesal project that contains projects that need to restore nuget packages.
  2. Execute msbuild dirs.proj /t:Restore
  3. No all projects are restored.
jeffkl commented 2 months ago

I use the Traversal SDK in a lot of places and it restores all the projects. Can you put together a simple repro of your problem and attach a ZIP or a binlog? Sounds like something else is going on here.