Fixing the order in which we publish the stage2 with the legacy runtime.
This commit is contained in:
parent
772e838ff8
commit
4c926ec9c5
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
<Target Name="PublishStage2WithLegacyRuntime"
|
<Target Name="PublishStage2WithLegacyRuntime"
|
||||||
AfterTargets="RemovePdbsFromPublishDir;">
|
AfterTargets="PublishLzmaArchive;">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<LegacySharedFramework Remove="*" />
|
<LegacySharedFramework Remove="*" />
|
||||||
<LegacySharedFramework Include="$(LegacySharedFrameworkPublishDirectory)/**/*" />
|
<LegacySharedFramework Include="$(LegacySharedFrameworkPublishDirectory)/**/*" />
|
||||||
|
|
Loading…
Reference in a new issue