Skip to content

Commit

Permalink
chore: move PhiFailureDetector into srcs & tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Oct 14, 2022
1 parent d9df2b2 commit 743a4db
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion dirs.proj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="codelab\dirs.proj" />
<ProjectReference Include="PhiFailureDetector\dirs.proj" />
<ProjectReference Include="RateLimiter\dirs.proj" />
<ProjectReference Include="SharpCircularList\dirs.proj" />
<ProjectReference Include="srcs\dirs.proj" />
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
<ItemGroup>
<ProjectReference Include="PhiFailureDetector\PhiFailureDetector.csproj" />
<ProjectReference Include="PhiFailureDetector.Console\PhiFailureDetector.ConsoleApp.csproj" />
<ProjectReference Include="PhiFailureDetector.UnitTest\PhiFailureDetector.UnitTest.csproj" />
</ItemGroup>
</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\PhiFailureDetector\PhiFailureDetector.csproj" />
<ProjectReference Include="$(EnlistmentRoot)\srcs\PhiFailureDetector\PhiFailureDetector\PhiFailureDetector.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 1 addition & 0 deletions tests/dirs.proj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<ItemGroup>
<ProjectReference Include="Memoization.Tests\Memoization.Tests.csproj" />
<ProjectReference Include="MicrosoftExtensions.Logging.Xunit.Tests\MicrosoftExtensions.Logging.Xunit.Tests.csproj" />
<ProjectReference Include="PhiFailureDetector.UnitTest\PhiFailureDetector.UnitTest.csproj" />
<!-- Need to prepare config.dev.ini -->
<!-- <ProjectReference Include="WebHdfs.Extensions.FileProviders.UnitTest\WebHdfs.Extensions.FileProviders.UnitTest.csproj" /> -->
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"^srcs/MicrosoftExtensions.Logging.Xunit",
"^srcs/WebHdfs.Extensions.FileProviders",
"^srcs/MicrosoftExtensions.Options.DedupChangeExtensions",
"^PhiFailureDetector",
"^srcs/PhiFailureDetector",
"^RateLimiter"
],
"gitCommitIdShortFixedLength": 7,
Expand Down

0 comments on commit 743a4db

Please sign in to comment.