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 44fc15d commit 6bca380Copy full SHA for 6bca380
src/Components/Blazor/Build/testassets/Directory.Build.props
@@ -15,7 +15,7 @@
15
</PropertyGroup>
16
17
<Import Project="$(RepoRoot)eng\Versions.props" Condition="'$(HELIX_WORKITEM_ROOT)' == ''" />
18
- <Import Project="$(MSBuildThisFileDirectory)Versions.props" Condition="Exist('$(MSBuildThisFileDirectory)Versions.props')" />
+ <Import Project="$(MSBuildThisFileDirectory)Versions.props" Condition="Exists('$(MSBuildThisFileDirectory)Versions.props')" />
19
20
<ItemGroup>
21
<!-- Use the sample compiler \ SDK that the rest of our build uses-->
0 commit comments