This commit is contained in:
Pietro Gagliardi 2019-04-07 01:38:02 -04:00
parent 29b9e820da
commit 5ded8398ba
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ parameters:
steps:
- powershell: |
Set-PSDebug -Trace 2
$MyInvocation | Get-Members | Write-Host
$MyInformation.MyCommand | Get-Members | Write-Host
$MyInformation.MyCommand.Definition | Get-Members | Write-Host
$MyInvocation | Write-Host
$MyInformation.MyCommand | Write-Host
$MyInformation.MyCommand.Definition | Write-Host
Write-Host "$MyInvocation.MyCommand.Definition"
Write-Host "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
ls "$env:ChocolateyInstall" | Write-Host