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 d0cd312 commit 35aa66eCopy full SHA for 35aa66e
src/Installers/Windows/AspNetCoreModule-Setup/ANCMIISExpressV2/AncmIISExpressV2.wixproj
@@ -95,7 +95,7 @@
95
'$(PackageLicenseExpression)' " />
96
</Target>
97
98
- <Target Name="BeforeBuild" Condition="'$(Platform)' == 'arm64'">
+ <Target Name="BeforeBuild" Condition="'$(Platform)' == 'arm64' AND '$(DotNetBuild)' != 'true'">
99
<MSBuild Projects="..\Forwarders\build.proj" />
100
101
</Project>
0 commit comments