diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-26 22:03:29 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-12-26 22:03:29 -0800 |
commit | 26866fa70d7671ff5e0801d967a8f9bed0927c2b (patch) | |
tree | cef75adf81c82343f9c290298441f19904c71d30 /lib | |
parent | 391397a341282d0c088bc9e9901ced9b19a62e5a (diff) | |
download | DotNetOpenAuth-26866fa70d7671ff5e0801d967a8f9bed0927c2b.zip DotNetOpenAuth-26866fa70d7671ff5e0801d967a8f9bed0927c2b.tar.gz DotNetOpenAuth-26866fa70d7671ff5e0801d967a8f9bed0927c2b.tar.bz2 |
Sets up NuGet package restore for builds.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/DotNetOpenAuth.BuildTasks.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/DotNetOpenAuth.BuildTasks.targets b/lib/DotNetOpenAuth.BuildTasks.targets index 9ef88f6..b070bd7 100644 --- a/lib/DotNetOpenAuth.BuildTasks.targets +++ b/lib/DotNetOpenAuth.BuildTasks.targets @@ -6,7 +6,6 @@ </ItemGroup> <UsingTask AssemblyFile="DotNetOpenAuth.BuildTasks.dll" TaskName="GetBuildVersion" /> - <UsingTask AssemblyFile="DotNetOpenAuth.BuildTasks.dll" TaskName="SetEnvironmentVariable" /> <UsingTask AssemblyFile="DotNetOpenAuth.BuildTasks.dll" TaskName="ChangeProjectReferenceToAssemblyReference" /> <UsingTask AssemblyFile="DotNetOpenAuth.BuildTasks.dll" TaskName="CompareFiles" /> <UsingTask AssemblyFile="DotNetOpenAuth.BuildTasks.dll" TaskName="ReSignDelaySignedAssemblies" /> |