Skip to content

Commit

Permalink
Update test-module.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FISHMANPET committed Dec 2, 2021
1 parent 684c031 commit 9e89d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSModules/stages/test-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
# Apparently, Install-Script isn't good enough except on Windows?
# Install-Script Install-RequiredModule -Force -Verbose
Save-Script Install-RequiredModule -Path '$(Pipeline.Workspace)'
&"$(Pipeline.Workspace)/Install-RequiredModule" -Path '$(Build.SourcesDirectory)/RequiredModules.psd1' -Confirm:$false -Verbose
&"$(Pipeline.Workspace)/Install-RequiredModule" -Path '$(Build.SourcesDirectory)/RequiredModules.psd1' -Confirm:$false -Verbose -TrustRegisteredRepositories
foreach ($installErr in $IRM_InstallErrors) {
Write-Warning "ERROR: $installErr"
Write-Warning "STACKTRACE: $($installErr.ScriptStackTrace)"
Expand Down

0 comments on commit 9e89d2c

Please sign in to comment.