Skip to content

Commit

Permalink
use pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
pim-simons committed May 31, 2023
1 parent 5e586e9 commit c361071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/run-pester-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
Install-Module -Name Microsoft.Graph.Applications -Force -SkipPublisherCheck -MaximumVersion 1.15.0
Write-Host "Done installing, start importing modules"
displayName: 'Install Pester test framework and Az required modules'
- powershell: |
- pwsh: |
Import-Module ./src/Arcus.Scripting.Security
Get-ChildItem -Path ./src -Filter *.psm1 -Recurse -Exclude "*Arcus.Scripting.Security*", "*.All.psm1" |
% { Write-Host "Import $($_.DirectoryName) module"
Expand Down

0 comments on commit c361071

Please sign in to comment.