Skip to content

Commit

Permalink
Merge branch 'release-2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Sep 23, 2014
2 parents 1e954b3 + 8cf1f95 commit d57f7b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
public class When_base_event_from_2_publishers : NServiceBusAcceptanceTest
{
[Test]
[Explicit]
public void Should_receive_events_from_all_publishers()
{
var cc = new Context();
Expand Down
3 changes: 3 additions & 0 deletions src/NServiceBus.RabbitMQ/NServiceBus.RabbitMQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@
</Content>
</ItemGroup>
<ItemGroup>
<None Include="..\..\packaging\nuget\NServiceBus.Transports.RabbitMQ.nuspec">
<Link>NServiceBus.Transports.RabbitMQ.nuspec</Link>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Expand Down

0 comments on commit d57f7b8

Please sign in to comment.