msbuild885
This commit is contained in:
parent
2cf4eb3106
commit
a1e3218023
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project DefaultTarget="RunTest" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project DefaultTarget="RunTest" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
|
||||||
|
<!-- workaround for https://github.com/Microsoft/msbuild/issues/885 -->
|
||||||
|
<PropertyGroup>
|
||||||
|
<CLIBuildDll Condition=" '!Exists($(CLIBuildDll))' ">$([MSBuild]::Unescape($(CLIBuildDll)))</CLIBuildDll>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
<UsingTask TaskName="DotNetTest" AssemblyFile="$(CLIBuildDll)" />
|
<UsingTask TaskName="DotNetTest" AssemblyFile="$(CLIBuildDll)" />
|
||||||
|
|
||||||
<Target Name="RunTest">
|
<Target Name="RunTest">
|
||||||
|
|
Loading…
Reference in a new issue