From ddc037ce16508887e510c664a197b6f997b5262a Mon Sep 17 00:00:00 2001 From: hubera01 Date: Sun, 1 May 2016 11:11:05 +0200 Subject: [PATCH] Make sure nuget.exe and packages are downloaded automatically, if not present already. References #23 --- .gitignore | 2 + Before.Lawo.EmberPlusSharp.sln.targets | 55 ++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 Before.Lawo.EmberPlusSharp.sln.targets diff --git a/.gitignore b/.gitignore index 9392ce23..53db9847 100644 --- a/.gitignore +++ b/.gitignore @@ -142,6 +142,8 @@ publish/ # NuGet Packages *.nupkg +# NuGet.exe +**/.nuget/* # The packages folder can be ignored because of Package Restore **/packages/* # except build/, which is used as an MSBuild target. diff --git a/Before.Lawo.EmberPlusSharp.sln.targets b/Before.Lawo.EmberPlusSharp.sln.targets new file mode 100644 index 00000000..e2e9fd90 --- /dev/null +++ b/Before.Lawo.EmberPlusSharp.sln.targets @@ -0,0 +1,55 @@ + + + + .nuget\NuGet.exe + nuget + + + + + + + + $(MSBuildToolsPath)\Microsoft.Build.Tasks.v4.0.dll + + $(MSBuildToolsPath)\Microsoft.Build.Tasks.v12.0.dll + + $(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll + + + + + + + + + + + + + + + + + + + + + +