Skip to content

Commit 64152c9

Browse files
authored
Merge pull request #10340 from aspnet/joeloff/copycabs
Copy CABs to artifacts
2 parents 320fadb + fa2cad3 commit 64152c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Installers/Windows/Wix.targets

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
Condition=" '$(IsProductInstaller)' == 'true' "
4949
AfterTargets="Build">
5050
<Copy SourceFiles="$(TargetPath)" DestinationFolder="$(InstallersOutputPath)" />
51+
<ItemGroup>
52+
<_cabs Include="$(TargetDir)\*.cab" />
53+
</ItemGroup>
54+
<Copy SourceFiles="@(_cabs)" DestinationFolder="$(InstallersOutputPath)" />
5155
</Target>
5256

5357
</Project>

0 commit comments

Comments
 (0)