$(BaseOutputPathWithConfig)
$(XunitTestBinBase)\TestWrappers\
$(XunitTestBinBase)\Tests\
1
<_SkipTestDir Include="@(DisabledTestDir)" />
$([System.IO.Path]::GetFullPath(%(Identity)))
$([System.IO.Path]::GetFullPath(%(AllRunnableTestPaths.Identity)))
False
True
<_XunitWrapperGen >
Debug
AnyCPU
$(XunitWrapper)
2.0
{95DFC527-4DC1-495E-97D7-E94EE1F7140D}
Library
.NETFramework
v4.5
true
true
{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
..\..\
BuildOnly
true
%24(TestWrappersPackagesConfigFileDirectory)project.json
%24(TestWrappersPackagesConfigFileDirectory)project.lock.json
{8ffe99c0-22f8-4462-b839-970eac1b3472}
coreclr
{8ffe99c0-22f8-4462-b839-970eac1b3472}
coreclr
$(XunitTestBinBase)\$(CategoryWithSlash)\
]]>
<_CMDDIR_Parent>$([System.IO.Path]::GetDirectoryName($(_CMDDIR)))
<_CMDDIR_Grandparent>$([System.IO.Path]::GetDirectoryName($(_CMDDIR_Parent)))
$([System.String]::Copy('$(_CMDDIR)').Replace($(_CMDDIR_Grandparent)\,''))
$([System.String]::Copy('$(CategoryWithSlash)').Replace('\','.'))
$(Category).XUnitWrapper
$(XunitWrapperGeneratedCSDirBase)$(Category)
$(XunitWrapperOutputIntermediatedDirBase)$(Category)
<_XunitProlog Condition=" '$(_XunitProlog)'=='' ">
<_XunitEpilog Condition=" '$(_XunitEpilog)'=='' ">
testExecutable = testExecutable.Replace("\\", "/")%3B
<_FactName>$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace(".","_").Replace("\","_").Replace("-","_"))
<_ClassName>$([System.String]::Copy('%(AllCMDs.FullPath)').Replace("$(_CMDDIR)",'').Replace("cmd","").Replace(".","_").Replace("\","_").Replace("-","_"))
<_XunitFact >
set CORE_ROOT=" + _Global.coreRoot + "\n" +
"> " + testExecutable + "\n"%3B
Assert.True(ret == CoreclrTestWrapperLib.EXIT_SUCCESS_CODE, msg)%3B
}
}
}
]]>
%(CoreclrPackage.Filename)
$([System.String]::Copy('$(CoreclrPackageFileName)').Replace('Microsoft.NETCore.Runtime.CoreCLR.',''))