Add uap test target to ref context
authorViktor Hofer <viktor.hofer@microsoft.com>
Wed, 12 Jun 2019 08:36:27 +0000 (10:36 +0200)
committerViktor Hofer <viktor.hofer@microsoft.com>
Thu, 13 Jun 2019 19:52:44 +0000 (21:52 +0200)
Commit migrated from https://github.com/dotnet/corefx/commit/5472beffe38d96b39639d57b8993de4064003433

src/libraries/System.Reflection.Context/tests/Configurations.props
src/libraries/System.Reflection.Context/tests/System.Reflection.Context.Tests.csproj

index 55d2de1..acf56fa 100644 (file)
@@ -2,6 +2,7 @@
   <PropertyGroup>
     <BuildConfigurations>
       netcoreapp;
+      uap;
     </BuildConfigurations>
   </PropertyGroup>
 </Project>
\ No newline at end of file
index d667434..a3eb154 100644 (file)
@@ -1,7 +1,7 @@
 <Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
     <ProjectGuid>{6183784D-CF12-476F-BA5F-CFAFF1EF1BE3}</ProjectGuid>
-    <Configurations>netcoreapp-Debug;netcoreapp-Release</Configurations>
+    <Configurations>netcoreapp-Debug;netcoreapp-Release;uap-Debug;uap-Release</Configurations>
   </PropertyGroup>
   <ItemGroup>
     <Compile Include="CustomAssemblyAttributes.cs" />