Skip to content

Commit

Permalink
Change to build.cmd to use relative nuget path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Dec 3, 2014
1 parent 9fbb89a commit 6d54f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ if "%config%" == "" (
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild .\src\Stripe.csproj /p:Configuration="%config%" /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false

if "%config%" == "Release" (
nuget pack .\src\Stripe.csproj -Build -Symbols -Properties Configuration=Release
.nuget\nuget pack .\src\Stripe.csproj -Build -Symbols -Properties Configuration=Release
)

0 comments on commit 6d54f9c

Please sign in to comment.