Skip to content

Commit

Permalink
Set up CI with Azure Pipelines [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kmadof committed Jun 3, 2021
1 parent 2518687 commit c9c5a6f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines-62.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://stackoverflow.com/questions/67829317/how-to-use-powershell-7-from-azuredevops-with-aws-tools
trigger:
- master

pool:
vmImage: windows-latest

steps:
- powershell: $PSVersionTable.PSVersion
- powershell: |
'{ "key":"value1", "Key":"value2" }' | ConvertFrom-Json -AsHashtable

0 comments on commit c9c5a6f

Please sign in to comment.