Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New-PEBuild automatable #89

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

nixtar
Copy link

@nixtar nixtar commented Jan 11, 2023

New-PEBuild currently has no way of being run in an automated pipeline due to the way it uses Out-GridView to have the user select the PE Task.

We have a use case where we would like to automate the building of our PE image within a CI/CD pipeline.

This PR adds 2 optional params to New-PEBuild that solves this.

  • TaskName
    • Allows you to filter the PE Tasks with an array of names
  • SkipGrid
    • Skips the Out-GridView

I've tried to stick with the style of the existing function and modelled the usage of TaskName and SkipGrid around how they are implemented in Import-OSMedia.

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