Skip to content

feat(workflows): simplify artifact handling and remove redundant tasks#278

Merged
DecSmith42 merged 2 commits intomainfrom
fix/remove-bad-methods
Feb 6, 2026
Merged

feat(workflows): simplify artifact handling and remove redundant tasks#278
DecSmith42 merged 2 commits intomainfrom
fix/remove-bad-methods

Conversation

@DecSmith42
Copy link
Owner

Will need to work out a better way of excluding artifacts when extending targets.

Will need to work out a better way of excluding artifacts when extending targets.
Copilot AI review requested due to automatic review settings February 6, 2026 10:32
@DecSmith42 DecSmith42 enabled auto-merge February 6, 2026 10:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Atom build/workflow setup to streamline artifact consumption in the DevOps workflow and removes “clear/reset” fluent APIs from TargetDefinition.

Changes:

  • Reworked _atom’s PushToNugetDevops target to explicitly declare consumed artifacts/params/dependencies instead of extending another target.
  • Removed ProducesNoArtifacts / ConsumesNoArtifacts / ProducesNoVariables / ConsumesNoVariables from DecSm.Atom.Build.Definition.TargetDefinition.
  • Simplified the Azure DevOps pipeline YAML by removing redundant DownloadPipelineArtifact steps for tool artifacts.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

File Description
_atom/Targets/IDeployTargets.cs Changes PushToNugetDevops to explicitly declare dependencies/artifacts and simulate execution.
DecSm.Atom/Build/Definition/TargetDefinition.cs Removes fluent “clear lists” APIs for artifacts/variables from the public target-definition surface.
.devops/workflows/Test_Devops_Build.yml Removes redundant artifact download tasks for non-DevOps platforms.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant