We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce994a commit f649af5Copy full SHA for f649af5
.ci/test.yml
@@ -121,7 +121,7 @@ jobs:
121
Write-Verbose -Verbose "Get-PSResourceRepository completed"
122
123
Write-Verbose -Verbose "Finding resource with Name: $testModuleName"
124
- Find-PSResource -Name $testModuleName -Repository $ACRRepoName -Verbose -Debug -ErrorAction Stop
+ Find-PSResource -Name $testModuleName -Repository $ACRRepoName -Verbose -ErrorAction Stop
125
126
Write-Verbose -Verbose "Importing build utilities (buildtools.psd1)"
127
Import-Module -Name (Join-Path -Path '${{ parameters.buildDirectory }}' -ChildPath 'buildtools.psd1') -Force
0 commit comments