Skip to content

Commit

Permalink
swapping to pwsh task
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkram committed Nov 6, 2019
1 parent 53e483c commit ccec247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jobs:
pool:
vmImage: vs2017-win2016
steps:
- script: |
pwsh -c '.\Build.ps1' -NonInteractive -NoLogo -NoProfile
- pwsh: |
.\Build.ps1 -NonInteractive -NoLogo -NoProfile
displayName: 'Test'
- task: PublishTestResults@2
Expand Down

0 comments on commit ccec247

Please sign in to comment.