Skip to content

Commit 9c39e1f

Browse files
authored
Update build.proj
1 parent 70b3f55 commit 9c39e1f

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<Target Name="Build" DependsOnTargets="SetBuildDefaultEnvironmentVariables">
1818
<MakeDir Directories="$(ObjDir);$(BinDir)" />
1919
<!-- Ignore link.exe ARM64X pure forwarder bug -->
20+
<!-- Revert once https://developercommunity.visualstudio.com/t/LINK-:-error-LNK2001:-unresolved-extern/10932429 is fixed -->
2021
<Exec Command="all.cmd $(Prompt) $(ObjDir) $(BinDir) $(Configuration)" ContinueOnError="true" IgnoreStandardErrorWarningFormat="true" />
2122
</Target>
2223
</Project>

0 commit comments

Comments
 (0)