Bleh
This commit is contained in:
parent
29b9e820da
commit
5ded8398ba
|
@ -6,9 +6,9 @@ parameters:
|
||||||
steps:
|
steps:
|
||||||
- powershell: |
|
- powershell: |
|
||||||
Set-PSDebug -Trace 2
|
Set-PSDebug -Trace 2
|
||||||
$MyInvocation | Get-Members | Write-Host
|
$MyInvocation | Write-Host
|
||||||
$MyInformation.MyCommand | Get-Members | Write-Host
|
$MyInformation.MyCommand | Write-Host
|
||||||
$MyInformation.MyCommand.Definition | Get-Members | Write-Host
|
$MyInformation.MyCommand.Definition | Write-Host
|
||||||
Write-Host "$MyInvocation.MyCommand.Definition"
|
Write-Host "$MyInvocation.MyCommand.Definition"
|
||||||
Write-Host "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
|
Write-Host "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"
|
||||||
ls "$env:ChocolateyInstall" | Write-Host
|
ls "$env:ChocolateyInstall" | Write-Host
|
||||||
|
|
Loading…
Reference in New Issue