You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bl...@apache.org on 2020/03/29 09:25:49 UTC

[pulsar-dotpulsar] 02/02: moved haproxy.cfg

This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git

commit c18b5046006f1056687d1bc9329a77aa440cf2bb
Author: Vince Pergolizzi <pe...@gmail.com>
AuthorDate: Sat Mar 28 22:50:41 2020 -0400

    moved haproxy.cfg
---
 tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj | 2 +-
 haproxy.cfg => tests/haproxy.cfg                         | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj b/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
index 9359a9e..d7dadce 100644
--- a/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
+++ b/tests/DotPulsar.StressTests/DotPulsar.StressTests.csproj
@@ -21,7 +21,7 @@
 
   <ItemGroup>
     <None Include="..\docker-compose-standalone-tests.yml" CopyToOutputDirectory="Always" />
-    <None Include="..\..\haproxy.cfg" CopyToOutputDirectory="Always" />
+    <None Include="..\haproxy.cfg" CopyToOutputDirectory="Always" />
   </ItemGroup>
 
   <ItemGroup>
diff --git a/haproxy.cfg b/tests/haproxy.cfg
similarity index 100%
rename from haproxy.cfg
rename to tests/haproxy.cfg