Skip to content

Commit 4a438bc

Browse files
committed
Build order
1 parent 4e715d2 commit 4a438bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Servers/IIS/IntegrationTesting.IIS/src/Microsoft.AspNetCore.Server.IntegrationTesting.IIS.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
<EmbeddedResource Include="Http.config" />
3131
</ItemGroup>
3232

33+
<!-- Enforce build order in the VMR -->
34+
<ItemGroup Condition="'$(DotNetBuild)' == 'true' AND '$(DotNetBuildPass)' == '2' ">
35+
<ProjectReference Include="$(RepoRoot)\src\Installers\Windows\WindowsHostingBundle\WindowsHostingBundle.wixproj"
36+
Private="false"
37+
ReferenceOutputAssembly="false"
38+
SkipGetTargetFrameworkProperties="true" />
39+
</ItemGroup>
40+
3341
<Target Name="ValidateNativeComponentsBuilt" AfterTargets="Build" Condition="'$(UseIisNativeAssets)' == 'true' and '$(SkipTestBuild)' != 'true'">
3442
<Error Text="Required dll from ANCM has not been built. To build ANCM, you must use MSBuild.exe."
3543
Condition="!Exists('$(AspNetCoreModuleV2ShimDll)') OR !Exists('$(AspNetCoreModuleV2OutOfProcessHandlerDll)')" />

0 commit comments

Comments
 (0)