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 49670ee commit e55554dCopy full SHA for e55554d
PCbuild/pyproject.props
@@ -21,7 +21,7 @@
21
<LinkIncremental Condition="$(Configuration) != 'Debug'">false</LinkIncremental>
22
</PropertyGroup>
23
24
- <PropertyGroup Label="MSVC Bug Workarounds">
+ <PropertyGroup Label="MSVC Bug Workarounds" Condition="$(VCToolsVersion) != ''">
25
<_VCToolsVersion>$([System.Version]::Parse(`$(VCToolsVersion)`).Major).$([System.Version]::Parse(`$(VCToolsVersion)`).Minor)</_VCToolsVersion>
26
27
<!-- See https://developercommunity.visualstudio.com/t/Regression-in-MSVC-1433-1434-ARM64-co/10224361 -->
0 commit comments