Fixing the order in which we publish the stage2 with the legacy runtime.

This commit is contained in:
Livar Cunha 2017-04-06 20:17:52 -07:00
parent 772e838ff8
commit 4c926ec9c5

View file

@ -225,7 +225,7 @@
</Target>
<Target Name="PublishStage2WithLegacyRuntime"
AfterTargets="RemovePdbsFromPublishDir;">
AfterTargets="PublishLzmaArchive;">
<ItemGroup>
<LegacySharedFramework Remove="*" />
<LegacySharedFramework Include="$(LegacySharedFrameworkPublishDirectory)/**/*" />