Skip to content

Commit 5047067

Browse files
authored
Update build.cmd
1 parent d204dac commit 5047067

File tree

1 file changed

+2
-0
lines changed
  • src/Installers/Windows/AspNetCoreModule-Setup/Forwarders

1 file changed

+2
-0
lines changed

src/Installers/Windows/AspNetCoreModule-Setup/Forwarders/build.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ link /lib /nologo /machine:arm64 /def:aspnetcorev2_outofprocess_arm64.def /out:%
1717
link /lib /nologo /machine:x64 /def:aspnetcorev2_outofprocess_x64.def /out:%objDir%\aspnetcorev2_outofprocess_x64.lib
1818

1919
link /dll /nologo /noentry /machine:arm64x /defArm64Native:aspnetcorev2_outofprocess_arm64.def /def:aspnetcorev2_outofprocess_x64.def %objDir%\aspnetcorev2_outofprocess_arm64.obj %objDir%\aspnetcorev2_outofprocess_x64.obj %objDir%\..\OutOfProcessRequestHandler\x64\%configuration%\outofprocessrequesthandler.res /out:%binDir%\aspnetcorev2_outofprocess.dll %objDir%\aspnetcorev2_outofprocess_arm64.lib %objDir%\aspnetcorev2_outofprocess_x64.lib /FORCE:UNRESOLVED
20+
21+
exit /b 0

0 commit comments

Comments
 (0)