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 5047067 commit 28192e3Copy full SHA for 28192e3
src/Installers/Windows/AspNetCoreModule-Setup/Forwarders/build.proj
@@ -17,6 +17,6 @@
17
<Target Name="Build" DependsOnTargets="SetBuildDefaultEnvironmentVariables">
18
<MakeDir Directories="$(ObjDir);$(BinDir)" />
19
<!-- Ignore link.exe ARM64X pure forwarder bug -->
20
- <Exec Command="all.cmd $(Prompt) $(ObjDir) $(BinDir) $(Configuration)" ContinueOnError="true" />
+ <Exec Command="all.cmd $(Prompt) $(ObjDir) $(BinDir) $(Configuration)" ContinueOnError="true" IgnoreStandardErrorWarningFormat="true" />
21
</Target>
22
</Project>
0 commit comments