Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Commit

Permalink
Updated NuGet, NuSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Apr 27, 2011
1 parent 8b385fd commit e7f714c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Magnum.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@
<projectUrl>https://github.com/phatboyg/Magnum</projectUrl>
</metadata>
<files>
<file src="build_output\**\*" target="lib" />
<file src="build_output\net-3.5\Magnum.dll" target="lib\NET35" />
<file src="build_output\net-3.5\Magnum.xml" target="lib\NET35" />
<file src="build_output\net-3.5\Magnum.pdb" target="lib\NET35" />
<file src="build_output\net-4.0\Magnum.dll" target="lib\NET40" />
<file src="build_output\net-4.0\Magnum.xml" target="lib\NET40" />
<file src="build_output\net-4.0\Magnum.pdb" target="lib\NET40" />
</files>
</package>

6 changes: 6 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
@echo off

@echo Environment details
ruby --version
call rake --version
call gem --version
call gem list albacore

echo Building for .NET 3.5
call rake BUILD_CONFIG_KEY=NET35
IF NOT %ERRORLEVEL% == 0 goto FAILED
Expand Down
Binary file modified lib/NuGet.exe
Binary file not shown.

0 comments on commit e7f714c

Please sign in to comment.