Skip to content

Commit e8754e7

Browse files
author
Devin Rader
committed
Update build.bat
1 parent 46d85b6 commit e8754e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ copy RestSharp.Net4\bin\Release\RestSharp.xml Download\Package\lib\net4-client\
4747
copy RestSharp.Silverlight\bin\Release\RestSharp.Silverlight.xml Download\Package\lib\sl4\
4848
copy RestSharp.WindowsPhone\bin\Release\RestSharp.WindowsPhone.xml Download\Package\lib\sl4-wp71\
4949

50-
%nuget% pack "restsharp.nuspec" -BasePath Download\Package -Output Download
50+
%nuget% pack "restsharp-computed.nuspec" -BasePath Download\Package -Output Download
5151
if not "%errorlevel%"=="0" goto failure
5252

5353
:success
@@ -60,4 +60,4 @@ exit 0
6060

6161
REM use github status API to indicate commit compile success
6262

63-
exit -1
63+
exit -1

0 commit comments

Comments
 (0)