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:
authorLudovic Henry <luhenry@microsoft.com>2019-02-27 00:08:01 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-02-27 00:08:01 +0300
commita685cf26a4daacbe1e7bd3d34e88a2eb90159672 (patch)
tree81b9d7772103da5192166814ec02ef6fd080606e /mcs/class/monodoc
parent5f5ef1efe50b2c51461c4339ed89f5aa589e9e52 (diff)
[ci] Add new mode of execution for nunit tests on Android (#13098)
* [ci] Add new mode of execution for nunit tests on Android This makes it possible to run the `nunit-lite-console.exe` on the host, while the tests still run on the device. This makes it transparent wherever the tests are running, giving us a seamless integration with the existing infrastructure based around nunit. * [android] Fix System.Net.Http test suite * [android] Fix System.ServiceModel.Web test suite * [android] Fix Mono.Security test suite * fixup! [ci] Add new mode of execution for nunit tests on Android * [ci] Disable failing tests * [csproj] Update project files
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/monodoc.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/monodoc/monodoc.csproj b/mcs/class/monodoc/monodoc.csproj
index 0d1bc0b97c0..64b25f40d93 100644
--- a/mcs/class/monodoc/monodoc.csproj
+++ b/mcs/class/monodoc/monodoc.csproj
@@ -34,7 +34,7 @@
<PropertyGroup Condition=" '$(Platform)' == 'monodroid_tools' ">
<OutputPath>./../../class/lib/monodroid_tools</OutputPath>
<IntermediateOutputPath>./../../class/obj/$(AssemblyName)-monodroid_tools</IntermediateOutputPath>
- <DefineConstants>LEGACY_MODE;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ <DefineConstants>LEGACY_MODE;NET_4_6;MONO;MONODROID_TOOLS;WIN_PLATFORM</DefineConstants>
</PropertyGroup>
<!-- @ALL_PROFILE_PROPERTIES@ -->
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">