Sha256: 6412c93b4f56737356cf5aa9b86c66a92c9f83d553cea1b7b82c1d6b51b8808b
Contents?: true
Size: 528 Bytes
Versions: 6
Compression:
Stored size: 528 Bytes
Contents
# fail on errors and include uplift helpers $ErrorActionPreference = "Stop" Import-Module Uplift.Core Write-UpliftMessage "Installing PowerShell Modules..." Write-UpliftEnv # - install invoke uplift module under pwsh # we need this so that pwsh would see installed module Write-UpliftMessage "Installing Invoke-Uplift PS6 module" Install-UpliftPS6Module ` "InvokeUplift" ` (Get-UpliftEnvVariable "UPLF_INVOKE_UPLIFT_MODULE_VERSION" "" "") ` (Get-UpliftEnvVariable "UPLF_INVOKE_UPLIFT_MODULE_REPOSITORY" "" "")
Version data entries
6 entries across 6 versions & 1 rubygems