Skip to content

Commit

Permalink
still fighting the build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 3, 2017
1 parent 7c4aaf0 commit 404c95b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/Marten.Testing/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Marten.Testing")]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
1 change: 0 additions & 1 deletion src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
</PropertyGroup>

<ItemGroup>
<Compile Include="" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<EmbeddedResource Include="Schema\SQL\mt_transforms.js" />
<EmbeddedResource Include="Schema\SQL\mt_patching.js" />
<EmbeddedResource Include="Schema\SQL\mt_mark_event_progression.sql" />
Expand Down
5 changes: 1 addition & 4 deletions src/Marten/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Marten")]

0 comments on commit 404c95b

Please sign in to comment.