Ensure that the 'SetAzureProps' target runs before 'BlobStoragePartialRelativePath' is used.

This commit is contained in:
jbeisner 2018-01-16 18:15:28 +00:00
parent e7bd33b200
commit 95a5bc7e16

View file

@ -39,7 +39,8 @@
PublishNupkgToBlobFeed; PublishNupkgToBlobFeed;
PublishCliVersionBadge" /> PublishCliVersionBadge" />
<Target Name="GatherItemsForPattern"> <Target Name="GatherItemsForPattern"
DependsOnTargets="SetAzureProps">>
<ItemGroup> <ItemGroup>
<ForPublishing Include="@(GeneratedInstallers)" <ForPublishing Include="@(GeneratedInstallers)"
Condition=" '$(PublishNativeInstallers)' == 'true' "/> Condition=" '$(PublishNativeInstallers)' == 'true' "/>
@ -60,7 +61,8 @@
</ItemGroup> </ItemGroup>
</Target> </Target>
<Target Name="PublishCliVersionBadge"> <Target Name="PublishCliVersionBadge"
DependsOnTargets="SetAzureProps">
<ItemGroup> <ItemGroup>
<CliVersionBadgeToUpload Include="$(VersionBadge)" /> <CliVersionBadgeToUpload Include="$(VersionBadge)" />
<CliVersionBadgeToUpload Include="$(CoherentBadge)" <CliVersionBadgeToUpload Include="$(CoherentBadge)"