Travis Plunk

Results 74 issues of Travis Plunk

Issue-Enhancement

## Goal Add `entrypoint` routing, which supports routing string-based commands to different executables, with special logic for `pwsh`. In order to: * Provide actionable error messages. Users should know that...

Issue-Enhancement
Breaking Change
Committee-Reviewed

See https://github.com/PowerShell/PowerShell-Docker/pull/322#discussion_r342807730

Issue-Enhancement

cc @adityapatwardhan

Issue-Enhancement

Create a nightly Terms scan job This will not be a public job as results are Confidential.

Issue-Enhancement

On PowerShell Core on: ```powershell get-dscresource -Name script -Module psdscresources ``` Expected ```none ResourceType : MSFT_ScriptResource Name : Script FriendlyName : Script Module : PSDscResources ModuleName : PSDscResources Version :...

https://github.com/PowerShell/PowerShell/pull/10516

## repro on linux ``` Get-DscResource -module PsDscResources | where-object {$_.ImplementedAs -ne 'PowerShell'} ``` ## actual ``` ``` ## expected ![image](https://user-images.githubusercontent.com/10873629/63472042-bf126a80-c425-11e9-8b91-f37aaed56c2e.png)