diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-23 07:36:30 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-23 07:36:30 -0800 |
commit | deeca6c5466d22875bf29cfe7c61973cb12f0ddc (patch) | |
tree | 93266f22b14041d6c554f878d19da85e1a578bb3 /tools | |
parent | c327a9f50924bbc9d88bb6127a9316950345b338 (diff) | |
download | DotNetOpenAuth-deeca6c5466d22875bf29cfe7c61973cb12f0ddc.zip DotNetOpenAuth-deeca6c5466d22875bf29cfe7c61973cb12f0ddc.tar.gz DotNetOpenAuth-deeca6c5466d22875bf29cfe7c61973cb12f0ddc.tar.bz2 |
NuGet packages now built nightly. Woot!
Diffstat (limited to 'tools')
-rw-r--r-- | tools/DotNetOpenAuth.props | 1 | ||||
-rw-r--r-- | tools/NuGet/NuGet.exe | bin | 0 -> 267264 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.props b/tools/DotNetOpenAuth.props index 698f06d..3e826bc 100644 --- a/tools/DotNetOpenAuth.props +++ b/tools/DotNetOpenAuth.props @@ -12,6 +12,7 @@ <ToolsDir>$(ProjectRoot)tools\</ToolsDir> <ZipLevel>6</ZipLevel> <Zip7ToolPath>$(ToolsDir)7-Zip.x86\</Zip7ToolPath> + <NuGetToolPath>$(ToolsDir)NuGet\</NuGetToolPath> <ZipFormat Condition=" '$(ZipFormat)' == '' ">.7z</ZipFormat> <ClrVersion Condition=" '$(TargetFrameworkVersion)' == 'v4.0' ">4</ClrVersion> <ClrVersion Condition=" '$(TargetFrameworkVersion)' != 'v4.0' ">2</ClrVersion> diff --git a/tools/NuGet/NuGet.exe b/tools/NuGet/NuGet.exe Binary files differnew file mode 100644 index 0000000..907d24d --- /dev/null +++ b/tools/NuGet/NuGet.exe |