Skip to content

Commit 6b8730d

Browse files
Revert "[REDO] Fix tests running on version freeze (#10781)"
This reverts commit bec60dc.
1 parent 5e9db6f commit 6b8730d

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

eng/BootStrapMsBuild.targets

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,4 @@
238238

239239
</Target>
240240

241-
<Import Project=".\TestAssets.targets" />
242-
243241
</Project>

eng/TestAssets.targets

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/BuildCheck.UnitTests/TestAssets/Common/CommonTest.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<!-- In the real world scenario, the dependencies are added as Nuget PackageReference, modified for test purposes only. -->
1313
<ItemGroup>
14-
<ProjectReference Include="..\..\..\Build\Microsoft.Build.csproj" />
14+
<ProjectReference Include="..\..\..\Build\Microsoft.Build.csproj" IncludeInPackage="true" />
1515
</ItemGroup>
1616

1717
</Project>

0 commit comments

Comments
 (0)