|
56 | 56 | $(RepoRoot)src\SignalR\perf\benchmarkapps\**\*.csproj; |
57 | 57 | " /> |
58 | 58 |
|
59 | | - <!-- In the VMR, we don't build the native ANCM bits in pass 1 --> |
| 59 | + <!-- In the .NET product build mode, don't build the native ANCM bits in pass 1 --> |
60 | 60 | <ProjectToExclude Include=" |
61 | 61 | $(RepoRoot)src\Installers\**\*.vcxproj; |
62 | 62 | " |
63 | 63 | Condition=" '$(BuildNative)' == 'true' and '$(DotNetBuild)' == 'true' and ('$(DotNetBuildPass)' == '' or '$(DotNetBuildPass)' == '1') " /> |
64 | 64 |
|
65 | 65 |
|
66 | | - <!-- This project requires inputs from x64, x86, and arm64 on Windows - therefore in the VMR, we build it in pass 2 --> |
| 66 | + <!-- This project requires inputs from x64, x86, and arm64 on Windows - therefore in the .NET product build mode, build it in pass 2 --> |
67 | 67 | <ProjectToExclude Include=" |
68 | 68 | $(RepoRoot)src\Servers\IIS/IntegrationTesting.IIS\src\Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj; |
69 | 69 | " |
|
83 | 83 | </ProjectToBuild> |
84 | 84 | </ItemGroup> |
85 | 85 | </When> |
86 | | - <!-- Projects to build in VMR build pass 2 --> |
| 86 | + <!-- Projects to build in .NET product build pass 2 --> |
87 | 87 | <When Condition="'$(DotNetBuildPass)' == '2'"> |
88 | 88 | <ItemGroup Condition=" '$(DotNetBuild)' == 'true' AND '$(TargetOsName)' == 'win' AND '$(TargetArchitecture)' == 'x64' "> |
89 | 89 | <!-- Build Hosting Bundle --> |
|
264 | 264 | <_VcxTargetPlatform Condition="'$(TargetArchitecture)' == 'arm64'">ARM64</_VcxTargetPlatform> |
265 | 265 | </PropertyGroup> |
266 | 266 |
|
267 | | - <!-- In the VMR, we build the installers entirely via HostingBundle ProjectReferences in pass 2 --> |
| 267 | + <!-- In .NET product build mode, build the installers entirely via HostingBundle ProjectReferences in pass 2 --> |
268 | 268 | <ItemGroup Condition="'$(DotNetBuild)' != 'true' and '$(_BuildWindowsInstallers)' == 'true' "> |
269 | 269 | <!-- Build the ANCM custom action --> |
270 | 270 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\AspNetCoreModule-Setup\CustomAction\aspnetcoreCA.vcxproj" AdditionalProperties="Platform=x64" /> |
|
0 commit comments