Skip to content

Commit

Permalink
Add uap configuration to registration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Jun 13, 2019
1 parent 07778aa commit 278614e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<PropertyGroup>
<BuildConfigurations>
netcoreapp;
uap;
</BuildConfigurations>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{0F8CFFA3-6E16-4642-82C1-289D95338D7C}</ProjectGuid>
<Configurations>netcoreapp-Debug;netcoreapp-Release</Configurations>
<Configurations>netcoreapp-Debug;netcoreapp-Release;uap-Debug;uap-Release</Configurations>
</PropertyGroup>
<ItemGroup>
<Compile Include="InternalCalls.cs" />
Expand Down

0 comments on commit 278614e

Please sign in to comment.