We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d85b6 commit e8754e7Copy full SHA for e8754e7
build.bat
@@ -47,7 +47,7 @@ copy RestSharp.Net4\bin\Release\RestSharp.xml Download\Package\lib\net4-client\
47
copy RestSharp.Silverlight\bin\Release\RestSharp.Silverlight.xml Download\Package\lib\sl4\
48
copy RestSharp.WindowsPhone\bin\Release\RestSharp.WindowsPhone.xml Download\Package\lib\sl4-wp71\
49
50
-%nuget% pack "restsharp.nuspec" -BasePath Download\Package -Output Download
+%nuget% pack "restsharp-computed.nuspec" -BasePath Download\Package -Output Download
51
if not "%errorlevel%"=="0" goto failure
52
53
:success
@@ -60,4 +60,4 @@ exit 0
60
61
REM use github status API to indicate commit compile success
62
63
-exit -1
+exit -1
0 commit comments