Skip to content

Commit 27b63ab

Browse files
authored
Update VMR orchestrator property (#79517)
1 parent f25ae8e commit 27b63ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
<UsingToolXUnit>false</UsingToolXUnit>
148148
<UseVSTestRunner>true</UseVSTestRunner>
149149
<!-- Prohibit the usage of .NET Standard 1.x dependencies. -->
150-
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator)' == 'true'">true</FlagNetStandard1XDependencies>
150+
<FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR)' == 'true'">true</FlagNetStandard1XDependencies>
151151
</PropertyGroup>
152152
<PropertyGroup>
153153
<!--

0 commit comments

Comments
 (0)