Skip to content

Commit

Permalink
Update build_test.yaml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed May 9, 2024
1 parent 36db8dc commit b03ab92
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ado/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ steps:
- task: GoTool@0
inputs:
version: '1.22.3'
- task: PowerShell@2
inputs:
targetType: 'inline'
script: |
# Write your PowerShell commands here.
Write-Host "Hello World"
get-childitem
Write-Host "-------------"
gci env:* | sort-object name'
- task: Go@0
inputs:
command: 'get'
Expand Down

0 comments on commit b03ab92

Please sign in to comment.