Skip to content

New-PEBuild automatable#89

Open
nixtar wants to merge 3 commits intoOSDeploy:masterfrom
nixtar:NewPEBuild_Params
Open

New-PEBuild automatable#89
nixtar wants to merge 3 commits intoOSDeploy:masterfrom
nixtar:NewPEBuild_Params

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