We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40365cd commit b01c08cCopy full SHA for b01c08c
1 file changed
src/tests/Common/tests.targets
@@ -220,7 +220,7 @@
220
<_Crossgen2InCoreRootTime>$([System.IO.File]::GetLastWriteTime('$(_Crossgen2DstPath)').Ticks)</_Crossgen2InCoreRootTime>
221
</PropertyGroup>
222
223
- <ItemGroup>
+ <ItemGroup Condition="'@(_IlCg2DoneFiles)' != ''">
224
<_StaleIlCg2DoneFile Include="@(_IlCg2DoneFiles)"
225
Condition="$([System.IO.File]::GetLastWriteTime('%(Identity)').Ticks) < $(_Crossgen2InCoreRootTime)" />
226
</ItemGroup>
0 commit comments