Skip to content

Commit 69ee700

Browse files
mmitcheakoeplinger
andauthored
Update VMR orchestrator property (#117933)
* Update VMR orchestrator property * Update Versions.props * Remove comment --------- Co-authored-by: Alexander Köplinger <[email protected]>
1 parent 2e4770f commit 69ee700

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/Versions.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
<FlagNetStandard1XDependencies Condition="'$(FlagNetStandard1XDependencies)' == ''">true</FlagNetStandard1XDependencies>
2929
<!-- Runtime controls its dependency graph via Traversal projects and doesn't want or need Arcade's ExcludeFrom infrastructure. -->
3030
<DisableArcadeExcludeFromBuildSupport>true</DisableArcadeExcludeFromBuildSupport>
31-
<!-- Use SDK compilers in full VMR builds. -->
32-
<UsingToolMicrosoftNetCompilers Condition="'$(DotNetBuildOrchestrator)' != 'true'">true</UsingToolMicrosoftNetCompilers>
31+
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>
3332
</PropertyGroup>
3433
<ItemGroup>
3534
<WorkloadSdkBandVersions Include="$(SdkBandVersion)" SupportsMachineArch="true" />

0 commit comments

Comments
 (0)