Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Remove the need for type of artifact and alias from Install/Checkout Tasks #151

Merged
merged 11 commits into from Sep 19, 2020

Conversation

azlam-abdulsalam
Copy link
Contributor

This enhancement removes the need for asking the user for artifact type in Azure Pipelines. Classic Release pipelines and new YAML pipelines unpacks attached artifacts into a default artifact directory. This can be utilized to understand the artifact locations automatically by globing this directory.

Moreover, the enhancement also has an option for alternate artifact download directories, which could be anything the user is pointing to.

@azlam-abdulsalam azlam-abdulsalam changed the title Refactor/remove artifact type Remove the need for type of artifact and alias from Install/Checkout Tasks Sep 19, 2020
@azlam-abdulsalam azlam-abdulsalam added this to the Milestone 17 milestone Sep 19, 2020
@azlam-abdulsalam azlam-abdulsalam added this to In progress in sfpowerscripts-release via automation Sep 19, 2020
@azlam-abdulsalam azlam-abdulsalam merged commit 77f05de into develop Sep 19, 2020
sfpowerscripts-release automation moved this from In progress to Done Sep 19, 2020
@azlam-abdulsalam azlam-abdulsalam deleted the refactor/remove_artifact_type branch September 19, 2020 22:51
let sfdx_package = tl.getInput("package", false);
let skip_on_missing_artifact: boolean = tl.getBoolInput("skip_on_missing_artifact",false);

let artifactDir = tl.getInput("aritfactDir",false);
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo on the artifact directory input

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants