mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-27 13:52:50 +08:00
18 lines
412 B
C#
18 lines
412 B
C#
using System;
|
|
<<<<<<< HEAD
|
|
=======
|
|
using System.IO;
|
|
>>>>>>> develop
|
|
|
|
namespace Ocelot.AcceptanceTests
|
|
{
|
|
public static class TestConfiguration
|
|
{
|
|
<<<<<<< HEAD
|
|
public static string ConfigurationPath => $"{AppContext.BaseDirectory}/configuration.json";
|
|
=======
|
|
public static string ConfigurationPath => Path.Combine(AppContext.BaseDirectory, "configuration.json");
|
|
>>>>>>> develop
|
|
}
|
|
}
|