Browse Source

Set tests Configuration

pull/1017/head
Wiesław Šoltés 9 years ago
parent
commit
1304c54a64
  1. 5
      build.cake

5
build.cake

@ -170,7 +170,10 @@ void RunCoreTest(string dir, Parameters parameters, bool net461Only)
continue;
Information("Running for " + fw);
DotNetCoreTest(System.IO.Path.Combine(dir, System.IO.Path.GetFileName(dir)+".csproj"),
new DotNetCoreTestSettings{Framework = fw});
new DotNetCoreTestSettings {
Configuration = parameters.Configuration,
Framework = fw
});
}
}

Loading…
Cancel
Save