Skip to content

Commit b03ab92

Browse files
committed
Update build_test.yaml for Azure Pipelines
1 parent 36db8dc commit b03ab92

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ado/build_test.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ steps:
88
- task: GoTool@0
99
inputs:
1010
version: '1.22.3'
11+
- task: PowerShell@2
12+
inputs:
13+
targetType: 'inline'
14+
script: |
15+
# Write your PowerShell commands here.
16+
Write-Host "Hello World"
17+
get-childitem
18+
Write-Host "-------------"
19+
gci env:* | sort-object name'
1120
- task: Go@0
1221
inputs:
1322
command: 'get'

0 commit comments

Comments
 (0)