Skip to content

Commit

Permalink
Print OS infos
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkTiedemann committed Mar 26, 2019
1 parent d37665c commit a0b2a47
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ steps:
lfs: false
fetchDepth: 1
submodules: false
- script: set
displayName: Print environment
- powershell: $env:path -split ';' | % { dir $_\*.exe | % { $_.fullname } } | sort
displayName: Print binaries
- powershell: gp 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion'
displayName: Print operating system infos
- powershell: 'ls env:'
displayName: Print environment variables
- powershell: $env:path -split ';' | % { ls $_\*.exe | % { $_.fullname } } | sort
displayName: Print available binaries

0 comments on commit a0b2a47

Please sign in to comment.