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 f25ae8e commit 27b63abCopy full SHA for 27b63ab
eng/Versions.props
@@ -147,7 +147,7 @@
147
<UsingToolXUnit>false</UsingToolXUnit>
148
<UseVSTestRunner>true</UseVSTestRunner>
149
<!-- Prohibit the usage of .NET Standard 1.x dependencies. -->
150
- <FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildOrchestrator)' == 'true'">true</FlagNetStandard1XDependencies>
+ <FlagNetStandard1XDependencies Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(DotNetBuildFromVMR)' == 'true'">true</FlagNetStandard1XDependencies>
151
</PropertyGroup>
152
<PropertyGroup>
153
<!--
0 commit comments