Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2017-06-12 02:44:50 +0300
committerGitHub <noreply@github.com>2017-06-12 02:44:50 +0300
commit1890aa6ec32e90e844cda78d01b00f71aabfdf23 (patch)
treeac7c55768f669c27189efac9b11934b91697c154 /.gitmodules
parenta497e400755854ba5e9fb312c82474c038470439 (diff)
Fix System.Numerics xunit tests and add them to CI (#5006)
* Fix System.Numerics xunit tests and add them to CI Xunit.Extensions.NetCore.dll is available as a net46 version now so we can just use it instead of building it from our buildtools fork. This also allows us to remove the fork from our submodules. We were missing running the System.Numerics xunit tests in CI, this adds them so we catch breaks like these earlier. * Skip tests on Windows, they seem to fail there
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 73d55a0a9b9..4e968d7a066 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -26,9 +26,6 @@
[submodule "external/nuget-buildtasks"]
path = external/nuget-buildtasks
url = git://github.com/mono/NuGet.BuildTasks
-[submodule "external/buildtools"]
- path = external/buildtools
- url = git://github.com/mono/buildtools.git
[submodule "external/cecil-legacy"]
path = external/cecil-legacy
url = git://github.com/mono/cecil.git