Skip to content

Commit bf55cdc

Browse files
committed
Added forwarder target to IIS Express installer.
1 parent dc25fd7 commit bf55cdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,8 @@
9494
'$(PackageIconFullPath)' ^
9595
'$(PackageLicenseExpression)' " />
9696
</Target>
97+
98+
<Target Name="BeforeBuild" Condition="'$(Platform)' == 'arm64'">
99+
<MSBuild Projects="..\Forwarders\build.proj" />
100+
</Target>
97101
</Project>

0 commit comments

Comments
 (0)