dotnet / arcade-services

Arcade Engineering Services
MIT License
54 stars 74 forks source link

Factor ManifestBuildData props into a separate file #2379

Open mmitche opened 4 years ago

mmitche commented 4 years ago

For repos not using arcade's publish.proj (instead calling PushToAzureDevOpsArtifacts themselves), they have to calculate the manifest build data like arcade does here: https://github.com/dotnet/arcade/blob/master/src/Microsoft.DotNet.Arcade.Sdk/tools/Publish.proj#L110-L136. This instead should just be in a props file so it can be imported by consumers not using publish.proj

riarenas commented 4 years ago

@epananth publishing debt reduction epic