more hacking

This commit is contained in:
Tom Gardham-Pallister
2017-02-13 19:14:49 +00:00
parent 159969483b
commit ef3deec8da
2 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
{
var runTime = $"{oSDescription}-{osArchitecture}".ToLower();
var configPath = $"./test/Ocelot.AcceptanceTests/bin/Debug/netcoreapp{Version}/{runTime}/configuration.json";
var configPath = $"./bin/Debug/netcoreapp{Version}/{runTime}/configuration.json";
return configPath;
}