The enumeration of the nupkg packages depends on that the creation of packages has already occurred.

This commit is contained in:
John Beisner 2017-08-30 15:19:41 -07:00
parent 71fe48fa43
commit 4a6d5a94d0

View file

@ -26,8 +26,11 @@
UploadChecksumsToAzure;
PublishDebFilesToDebianRepo;
PublishCliVersionBadge" />
<Target Name="GatherItemsForPattern">
<Target Name="GatherItemsForPattern"
DependsOnTargets="GenerateSdkNupkg;
GenerateSdkMSBuildExtensionsNupkg" >
<ItemGroup>
<ForPublishing Include="@(GeneratedInstallers)"
Condition=" '$(IslinuxPortable)' != 'true' "/>