Fix for issue https://github.com/Microsoft/vstest/issues/175
This commit is contained in:
parent
fd9cb55f1a
commit
ef8e59231a
3 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,9 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
***********************************************************************************************
|
||||
-->
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
<!--
|
||||
===================================================================================
|
||||
DispatchToInnerBuildsWithVSTestTarget
|
||||
|
|
|
@ -13,6 +13,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
|||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!-- Import Microsoft.TestPlatform.targets for VSTest target -->
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
<VSTestTargets Condition="'$(VSTestTargets)'==''">$(MSBuildExtensionsPath)\Microsoft.TestPlatform.targets</VSTestTargets>
|
||||
</PropertyGroup>
|
||||
<Import Condition="Exists('$(VSTestTargets)')" Project="$(VSTestTargets)" />
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<Version>15.0.0-preview-20161102-02</Version>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Microsoft.TestPlatform.Build">
|
||||
<Version>15.0.0-preview-20161028-03</Version>
|
||||
<Version>15.0.0-preview-20161103-02</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
||||
|
|
Loading…
Reference in a new issue