The enumeration of the nupkg packages depends on that the creation of packages has already occurred.
This commit is contained in:
parent
71fe48fa43
commit
4a6d5a94d0
1 changed files with 5 additions and 2 deletions
|
@ -26,8 +26,11 @@
|
|||
UploadChecksumsToAzure;
|
||||
PublishDebFilesToDebianRepo;
|
||||
PublishCliVersionBadge" />
|
||||
|
||||
<Target Name="GatherItemsForPattern">
|
||||
|
||||
|
||||
<Target Name="GatherItemsForPattern"
|
||||
DependsOnTargets="GenerateSdkNupkg;
|
||||
GenerateSdkMSBuildExtensionsNupkg" >
|
||||
<ItemGroup>
|
||||
<ForPublishing Include="@(GeneratedInstallers)"
|
||||
Condition=" '$(IslinuxPortable)' != 'true' "/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue