Skip to content

Commit

Permalink
Import Pester V4
Browse files Browse the repository at this point in the history
  • Loading branch information
ili101 committed Nov 9, 2020
1 parent a813189 commit 38e0cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- powershell: 'Install-Module -Name Pester -Force -SkipPublisherCheck -MaximumVersion 4.99.99'
displayName: 'Update Pester'
- powershell: '& ./CI/Assert.ps1 ; ./CI/CI.ps1 -Test'
- powershell: 'Import-Module -Name Pester -MaximumVersion 4.99.99 ; & ./CI/Assert.ps1 ; ./CI/CI.ps1 -Test'
displayName: 'Install and Test'

- task: PublishTestResults@2
Expand Down

0 comments on commit 38e0cdc

Please sign in to comment.