WIP: Add concurrency for parent packages#2016
Build #PowerShell.PSResourceGet-2607.24001 had test failures
Details
- Failed: 53 (1.21%)
- Passed: 4,115 (93.57%)
- Other: 230 (5.23%)
- Total: 4,398
Annotations
Check failure on line 634 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L634
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 7128 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L7128
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 6643 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L6643
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 8906 in Build log
azure-pipelines / PowerShell.PSResourceGet
Build log #L8906
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 Install-PSResource for ADO V3Server scenarios.Install multiple resources by name
One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceADOServer.Tests.ps1: line 56
56: Install-PSResource -Name $pkgNames -Repository $ADORepoName -TrustRepository
azure-pipelines / PowerShell.PSResourceGet
Test Install-PSResource for ADO V2Server scenarios.Install multiple resources by name
One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceADOV2Server.Tests.ps1: line 57
57: Install-PSResource -Name $pkgNames -Repository $ADORepoName -TrustRepository
azure-pipelines / PowerShell.PSResourceGet
Test Install-PSResource for ACR scenarios.Install multiple resources by name
One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceContainerRegistryServer.Tests.ps1: line 125
125: Install-PSResource -Name $pkgNames -Repository $ACRRepoName -TrustRepository
azure-pipelines / PowerShell.PSResourceGet
Test Install-PSResource for GitHub packages.Install multiple resources by name
One or more errors occurred. (The WriteObject and WriteError methods cannot be called from outside the overrides of the BeginProcessing, ProcessRecord, and EndProcessing methods, and they can only be called from within the same thread. Validate that the cmdlet makes these calls correctly, or contact Microsoft Customer Support Services.)
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/InstallPSResourceTests/InstallPSResourceGithubPackages.Tests.ps1: line 62
62: Install-PSResource -Name $pkgNames -Repository $GithubPackagesRepoName -Credential $credential -TrustRepository