Skip to content

Commit

Permalink
Add support for command 'dotnet test WilsonUnix.sln'
Browse files Browse the repository at this point in the history
* Avaliable in vstest in versions  >= 15.9.0
(microsoft/vstest#1745)
  • Loading branch information
GeoK committed Dec 10, 2018
1 parent 21f7ea1 commit 07a98be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build/commonTest.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet</PackageProjectUrl>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'">
Expand Down
2 changes: 1 addition & 1 deletion build/dependenciesTest.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<CoreFxVersion>4.3.0-*</CoreFxVersion>
<JsonNetVersion>10.0.1</JsonNetVersion>
<MicrosoftNETTestSdkVersion>15.5.0</MicrosoftNETTestSdkVersion>
<MicrosoftNETTestSdkVersion>15.9.0</MicrosoftNETTestSdkVersion>
<XunitVersion>2.3.1</XunitVersion>
<NetStandardVersion>1.6.1</NetStandardVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<SignAssembly>true</SignAssembly>
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">$(TestTargets);net45</TargetFrameworks>
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
<IsTestProject>false</IsTestProject>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 07a98be

Please sign in to comment.