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 <[email protected]> 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
