-
Notifications
You must be signed in to change notification settings - Fork 0
Home
github-actions[bot] edited this page Jul 19, 2026
·
4 revisions
Sampler.PowerShellUniversalTasks v0.2.1-tags
Sampler.PowerShellUniversalTasks provides reusable Sampler and InvokeBuild tasks
for packaging and deploying PowerShell modules to PowerShell Universal.
- Getting Started - install the module, import its task file, and add tasks to a Sampler workflow.
- Configuration - configure the PowerShell Universal server, resource repository, offline repository package, and deployment behavior.
- Task Reference - prerequisites, behavior, and outputs for every exported InvokeBuild task.
| Task | Purpose |
|---|---|
publish_packed_module_to_universal_server |
Upload a packed module directly to the PowerShell Universal module deployment endpoint. |
publish_module_from_psresource_repos_to_universal_server |
Register or reconcile a PowerShell resource repository and install the module from it. |
package_universal_automation_repository |
Package the built module and its dependencies as an offline automation repository. |
publish_universal_automation_repository_to_server |
Upload and activate an offline automation repository package. |
The module exports the Task.Publish_PowerShellUniversal alias. Sampler loads
the task file through ModuleBuildTasks:
ModuleBuildTasks:
Sampler.PowerShellUniversalTasks:
- 'Task.*'Generated command pages and _Sidebar.md are rebuilt from build.yaml. Keep
hand-authored wiki content in source/WikiSource.