dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
45 stars 61 forks source link

Adding SolutionFile ImportsAfter target #20

Closed emgarten closed 7 years ago

emgarten commented 7 years ago

Adding targets file for SolutionFile\ImportsAfter

This file should be added to SolutionFile\ImportsAfter for MSBuild desktop to enable msbuild /t:Restore solution.sln

This has already been added to the CLI MSBuild.

The path to NuGet.targets matches the path used in the current ImportAfter targets files, and points to the NuGet VSIX.

https://github.com/Microsoft/msbuild/issues/920 https://github.com/NuGet/Home/issues/2993

rrelyea commented 7 years ago

:shipit: