mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 07:38:15 +08:00
merged develop and stolen binarymash dont publish unstable build script code
This commit is contained in:
17
test/Ocelot.AcceptanceTests/TestConfiguration.cs.orig
Normal file
17
test/Ocelot.AcceptanceTests/TestConfiguration.cs.orig
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user