8000 Override MSBuild version for tests · dotnet/dotnet@230beae · GitHub
[go: up one dir, main page]

Skip to content

Commit 230beae

Browse files
committed
Override MSBuild version for tests
1 parent 19dd294 commit 230beae

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

eng/Tests.targets

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,11 @@
44
This repo uses the VSTest integration instead of the Arcade Test target.
55
-->
66
<Target Name="Test" DependsOnTargets="VSTest" />
7+
8+
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
9+
<MicrosoftBuildFrameworkVersion>17.12.36</MicrosoftBuildFrameworkVersion>
10+
<MicrosoftBuildTasksCor 486C eVersion>17.12.36</MicrosoftBuildTasksCoreVersion>
11+
<MicrosoftBuildUtilitiesCoreVersion>17.12.36</MicrosoftBuildUtilitiesCoreVersion>
12+
<MicrosoftBuildVersion>17.12.36</MicrosoftBuildVersion>
13+
</PropertyGroup>
714
</Project>

0 commit comments

Comments
 (0)
0