We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b3f55 commit 9c39e1fCopy full SHA for 9c39e1f
src/Installers/Windows/AspNetCoreModule-Setup/Forwarders/build.proj
@@ -17,6 +17,7 @@
17
<Target Name="Build" DependsOnTargets="SetBuildDefaultEnvironmentVariables">
18
<MakeDir Directories="$(ObjDir);$(BinDir)" />
19
<!-- Ignore link.exe ARM64X pure forwarder bug -->
20
+ <!-- Revert once https://developercommunity.visualstudio.com/t/LINK-:-error-LNK2001:-unresolved-extern/10932429 is fixed -->
21
<Exec Command="all.cmd $(Prompt) $(ObjDir) $(BinDir) $(Configuration)" ContinueOnError="true" IgnoreStandardErrorWarningFormat="true" />
22
</Target>
23
</Project>
0 commit comments