-
Notifications
You must be signed in to change notification settings - Fork 13
/
ripple.config
23 lines (23 loc) · 1.34 KB
/
ripple.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<ripple xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Name>storyteller</Name>
<NugetSpecFolder>packaging/nuget</NugetSpecFolder>
<SourceFolder>src</SourceFolder>
<BuildCommand>rake</BuildCommand>
<FastBuildCommand>rake compile</FastBuildCommand>
<Feeds>
<Feed Url="http://build.fubu-project.org/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" />
<Feed Url="http://nuget.org/api/v2" Mode="Fixed" />
<Feed Url="http://packages.nuget.org/v1/FeedService.svc" Mode="Fixed" />
</Feeds>
<Nugets>
<Dependency Name="FubuCore" Version="0.9.9.204" Mode="Fixed" Stability="Anything" />
<Dependency Name="FubuTestingSupport" Version="0.9.9.204" Mode="Fixed" Stability="Anything" />
<Dependency Name="HtmlTags" Version="1.2.0.122" Mode="Fixed" Stability="Anything" />
<Dependency Name="Newtonsoft.Json" Version="4.0.8" Mode="Fixed" Stability="Anything" />
<Dependency Name="NUnit" Version="2.5.10.11092" Mode="Fixed" Stability="Anything" />
<Dependency Name="RhinoMocks" Version="3.6" Mode="Fixed" Stability="Anything" />
<Dependency Name="structuremap" Version="2.6.3" Mode="Fixed" Stability="Anything" />
<Dependency Name="structuremap.automocking" Version="2.6.3" Mode="Fixed" Stability="Anything" />
</Nugets>
</ripple>