WIP: Integrate AzArtifacts Credential Provider #1765
Build #PowerShell.PSResourceGet-2412.26002 had test failures
Details
- Failed: 18 (0.52%)
- Passed: 3,295 (95.20%)
- Other: 148 (4.28%)
- Total: 3,461
Annotations
Check failure on line 5286 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L5286
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 5283 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L5283
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 5461 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L5461
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
Check failure on line 7457 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7457
There are one or more test failures detected in result files. Detailed summary of published test results can be viewed in the Tests tab.
azure-pipelines / PowerShell.PSResourceGet
Test Find-PSResource for searching and looping through repositories.find resources from all pattern matching repositories where it exists (-Repository with wildcard)
Expected an empty collection, but got collection with size 1 @(Package with CommandName 'Get-TargetResource' could not be found in registered repositories: 'PSGallery, NuGetGallery'.).
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceRepositorySearching.Tests.ps1: line 537
537: $err | Should -HaveCount 0
azure-pipelines / PowerShell.PSResourceGet
Test Azure Artifacts Credential Provider.Find resource given specific Name and Repository
Expected 'PackageManagement', but got $null.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/CredentialProvider.Tests.ps1: line 28
28: $res.Name | Should -Be $TestModuleName
azure-pipelines / PowerShell.PSResourceGet
Test Azure Artifacts Credential Provider.Install resource given specific Name and Repository
Expected a value, but got $null or empty.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/CredentialProvider.Tests.ps1: line 34
34: Get-InstalledPSResource -Name $TestModuleName | Should -Not -BeNullOrEmpty
azure-pipelines / PowerShell.PSResourceGet
Test Azure Artifacts Credential Provider.Set CredentialProvider for local path repository
A parameter cannot be found that matches parameter name 'CredentialProvider'.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/CredentialProvider.Tests.ps1: line 48
48: Set-PSResourceRepository -Name $LocalRepoName -CredentialProvider AzArtifacts