Sampler.PowerShellUniversalTasks

0.3.0-preview0001

Sampler build tasks for packaging and deploying PowerShell Universal modules.

Minimum PowerShell version

5.0

This is a prerelease version of Sampler.PowerShellUniversalTasks.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Sampler.PowerShellUniversalTasks -AllowPrerelease

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Sampler.PowerShellUniversalTasks -Prerelease

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) SynEdgy. All rights reserved.

Package Details

Author(s)

  • SynEdgy

Tags

Sampler build tasks InvokeBuild PowerShellUniversal

Functions

Get-UniversalDeploymentError Install-UniversalModuleFromRepository Invoke-UniversalDeploymentUpload New-UniversalAutomationRepositoryPackage Resolve-UniversalServerConfiguration

Dependencies

This module has no dependencies.

Release Notes

## [0.3.0-preview0001] - 2026-08-10

### Added

- Added reusable Sampler tasks for packaging and deploying PowerShell Universal modules.
- Added task-file alias exports compatible with `ModuleBuildTasks` in Sampler repositories.
- Added WikiSource documentation and DscResource.DocGenerator build and publish workflows.
- Added post-deployment notification validation that fails the build when PowerShell Universal reports a deployment error.
- Added module-scoped compound tasks for pulling a packaged module from a PSU resource repository or packaging and pushing a complete offline repository, including post-deployment validation.
- Added `UniversalSkipCertificateCheck` build task and yaml configuration setting to bypass TLS certificate validation when calling the PowerShell Universal server, useful for self-signed certificates.

### Changed

- Converted the generated sample module into an InvokeBuild task module.
- Changed the offline automation repository manifest file name from a fixed `repository.psd1` to `<ModuleName>.psd1`, and preserved the prerelease tag on the module version, so PowerShell Universal shows the correct module name and full version during deployment.

### Deprecated

- For soon-to-be removed features.

### Removed

- Removed generated sample functions, classes, and tests.

### Fixed

- For any bug fix.

### Security

- In case of vulnerabilities.

FileList

Version History

Version Downloads Last updated
0.3.0-previe... (current version) 3 8/10/2026
0.2.1 12 8/5/2026
0.2.1-tags 7 7/19/2026
0.2.1-previe... 7 7/21/2026
0.2.1-previe... 3 7/19/2026
0.2.0 17 7/19/2026
0.2.0-previe... 3 7/19/2026
Show more