Skip to content

Add PSGet to PSResourceGet migration tool#2015

Open
adityapatwardhan wants to merge 9 commits into
masterfrom
adityapatwardhan-psget-migration-tool
Open

Add PSGet to PSResourceGet migration tool#2015
adityapatwardhan wants to merge 9 commits into
masterfrom
adityapatwardhan-psget-migration-tool

Remove migration tool from module package, keep CI tests

844c896
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Jul 23, 2026 in 37m 13s

Build #PowerShell.PSResourceGet-2607.23005 had test failures

Details

Tests

  • Failed: 7 (0.16%)
  • Passed: 4,161 (94.61%)
  • Other: 230 (5.23%)
  • Total: 4,398

Annotations

Check failure on line 7119 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7119

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 8937 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L8937

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 6638 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L6638

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 1 in Test Find-PSResource for searching and looping through repositories.find resources from all repositories where it exists (without -Repository specified)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Find-PSResource for searching and looping through repositories.find resources from all repositories where it exists (without -Repository specified)

Expected strings to be the same, but they were different.
Expected length: 12
Actual length:   11
Strings differ at index 11.
Expected: 'test_module2'
But was:  'test_module'
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/FindPSResourceTests/FindPSResourceRepositorySearching.Tests.ps1: line 293
293:         $pkg2.Name | Should -Be $testModuleName2

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.find resources from all repositories where it exists and not write errors for repositories where it does not exist (without -Repository specified)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Find-PSResource for searching and looping through repositories.find resources from all repositories where it exists and not write errors for repositories where it does not exist (without -Repository specified)

Expected strings to be the same, but they were different.
Expected length: 9
Actual length:   12
Strings differ at index 0.
Expected: 'PSGallery'
But was:  'NuGetGallery'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 318
318:         $pkg1.Repository | Should -Be $PSGalleryName

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.find resources from all pattern matching repositories where it exists (-Repository with wildcard)

See this annotation in the file changed.

@azure-pipelines 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 strings to be the same, but they were different.
Expected length: 12
Actual length:   11
Strings differ at index 11.
Expected: 'test_module2'
But was:  'test_module'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 377
377:         $pkg1.Name | Should -Be $testModuleName2

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.not find resource and discard Tag entry containing wildcard, but search for other non-wildcard Tag entries (without -Repository specified)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Find-PSResource for searching and looping through repositories.not find resource and discard Tag entry containing wildcard, but search for other non-wildcard Tag entries (without -Repository specified)

Expected strings to be the same, but they were different.
Expected length: 9
Actual length:   12
Strings differ at index 0.
Expected: 'PSGallery'
But was:  'NuGetGallery'
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 358
358:         $pkg1.Repository | Should -Be $PSGalleryName