File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 222222 <_WixTargetPlatform Condition =" '$(TargetArchitecture)' == 'x64' " >x64</_WixTargetPlatform >
223223 <_WixTargetPlatform Condition =" '$(TargetArchitecture)' == 'arm64' " >ARM64</_WixTargetPlatform >
224224 </PropertyGroup >
225+
225226 <ItemGroup Condition =" '$(DotNetBuild)' != 'true' and '$(_BuildWindowsInstallers)' == 'true' " >
226227 <!-- Build the ANCM custom action -->
227228 <InstallerProject Include =" $(RepoRoot)src\Installers\Windows\AspNetCoreModule-Setup\CustomAction\aspnetcoreCA.vcxproj" AdditionalProperties =" Platform=x64" />
286287
287288 <ItemGroup >
288289 <ProjectToBuild Condition =" '$(BuildInstallers)' == 'true'" Include =" @(InstallerProject)" Exclude =" @(ProjectToExclude)" BuildStep =" 4" />
289- <ProjectToExclude Condition =" '$(BuildInstallers)' != 'true'" Include =" @(InstallerProject)" />
290290 </ItemGroup >
291291 </Otherwise >
292292 </Choose >
You can’t perform that action at this time.
0 commit comments