Skip to content

Commit 030c518

Browse files
committed
Update build_test.yaml for Azure Pipelines
1 parent b03ab92 commit 030c518

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ado/build_test.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ steps:
1111
- task: PowerShell@2
1212
inputs:
1313
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'
14+
script: 'get-childitem'
2015
- task: Go@0
2116
inputs:
2217
command: 'get'

0 commit comments

Comments
 (0)