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">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||||
|
</PropertyGroup>
|
||||||
<!--
|
<!--
|
||||||
===================================================================================
|
===================================================================================
|
||||||
DispatchToInnerBuildsWithVSTestTarget
|
DispatchToInnerBuildsWithVSTestTarget
|
||||||
|
|
|
@ -13,6 +13,7 @@ Copyright (c) .NET Foundation. All rights reserved.
|
||||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<!-- Import Microsoft.TestPlatform.targets for VSTest target -->
|
<!-- Import Microsoft.TestPlatform.targets for VSTest target -->
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||||
<VSTestTargets Condition="'$(VSTestTargets)'==''">$(MSBuildExtensionsPath)\Microsoft.TestPlatform.targets</VSTestTargets>
|
<VSTestTargets Condition="'$(VSTestTargets)'==''">$(MSBuildExtensionsPath)\Microsoft.TestPlatform.targets</VSTestTargets>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Condition="Exists('$(VSTestTargets)')" Project="$(VSTestTargets)" />
|
<Import Condition="Exists('$(VSTestTargets)')" Project="$(VSTestTargets)" />
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
<Version>15.0.0-preview-20161102-02</Version>
|
<Version>15.0.0-preview-20161102-02</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Microsoft.TestPlatform.Build">
|
<PackageReference Include="Microsoft.TestPlatform.Build">
|
||||||
<Version>15.0.0-preview-20161028-03</Version>
|
<Version>15.0.0-preview-20161103-02</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue