Skip to content

Commit

Permalink
Reuilds sln before creating NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoung committed May 12, 2012
1 parent 3f2e43c commit a9d7c46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.cmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe RestSharp.sln /t:Clean,Rebuild /p:Configuration=Release /fileLogger

if not exist Download\Net4 mkdir Download\Net4\
if not exist Download\Silverlight mkdir Download\Silverlight\
if not exist Download\WindowsPhone mkdir Download\WindowsPhone\
Expand Down

0 comments on commit a9d7c46

Please sign in to comment.