File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Installers/Windows/AspNetCoreModule-Setup Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments