Skip to content

Commit

Permalink
Update azure-pipelines-62.yml for 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 c9c5a6f commit 1bc9b82
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines-62.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ pool:

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

0 comments on commit 1bc9b82

Please sign in to comment.