Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Last active February 6, 2022 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnlokerse/22c9c102899df068e27f46285806fdc2 to your computer and use it in GitHub Desktop.
Save johnlokerse/22c9c102899df068e27f46285806fdc2 to your computer and use it in GitHub Desktop.
pool:
vmImage: windows-2019
jobs:
- job: Run PowerShell Write-Host
steps:
- task: PowerShell@2
inputs:
targetType: "inline"
script: |
Write-Host "Hello World!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment