8000
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 19dd294 commit 230beaeCopy full SHA for 230beae
eng/Tests.targets
@@ -4,4 +4,11 @@
4
This repo uses the VSTest integration instead of the Arcade Test target.
5
-->
6
<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>
14
</Project>
0 commit comments