Skip to content

Commit e98f3f9

Browse files
committed
Fix syntax
1 parent 8976b15 commit e98f3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</DefineConstants>
4141
</PropertyGroup>
4242

43-
<ItemGroup Condition="'$(BuildNative)' == 'true' AND ('$(DotNetBuild)' != 'true' OR or '$(DotNetBuildPass)' == '2') ">
43+
<ItemGroup Condition="'$(BuildNative)' == 'true' AND ('$(DotNetBuild)' != 'true' OR '$(DotNetBuildPass)' == '2') ">
4444
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
4545
<Name>AspNetCoreV2</Name>
4646
<Private>True</Private>
@@ -87,7 +87,7 @@
8787
</ProjectReference>
8888
</ItemGroup>
8989

90-
<ItemGroup Condition="'$(BuildNative)' == 'true' AND '$(DotNetBuild)' == 'true' AND '$(DotNetBuildPass)' != '2') ">
90+
<ItemGroup Condition="'$(BuildNative)' == 'true' AND '$(DotNetBuild)' == 'true' AND '$(DotNetBuildPass)' != '2' ">
9191
<ProjectReference Include="$(_ServerIISBasePath)AspNetCoreModuleV2\AspNetCore\AspNetCore.vcxproj">
9292
<Name>AspNetCoreV2</Name>
9393
<Private>True</Private>

0 commit comments

Comments
 (0)