Skip to content

Remove netstandard2.0 from build options

fd75d06
Select commit
Loading
Failed to load commit list.
Merged

Remove netstandard2.0 from build options #1835

Remove netstandard2.0 from build options
fd75d06
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet failed Jun 18, 2025 in 27m 49s

Build #PowerShell.PSResourceGet-2506.18004 had test failures

Details

Tests

  • Failed: 15 (0.42%)
  • Passed: 3,369 (95.36%)
  • Other: 149 (4.22%)
  • Total: 3,533

Annotations

Check failure on line 5254 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L5254

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L5486

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L5281

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

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Build log #L7531

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 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 an empty collection, but got collection with size 1 @(Package with DSCResourceName 'SystemLocale' could not be found in registered repositories: 'PSGallery, NuGetGallery'.).
Raw output
at <ScriptBlock>, /Users/runner/work/1/s/test/FindPSResourceTests/FindPSResourceRepositorySearching.Tests.ps1: line 757
757:         $err | Should -HaveCount 0

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.find resource given CommandName from all repositories where it exists (-Repository with multiple non-wildcard values)

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Test Find-PSResource for searching and looping through repositories.find resource given CommandName from all repositories where it exists (-Repository with multiple non-wildcard values)

Expected the actual value to be greater than or equal to 9, but got 1.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 595
595:         $res.Count | Should -BeGreaterOrEqual 9

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.find resource that has DSCResourceName specified from all repositories where it exists and not write errors 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 resource that has DSCResourceName specified from all repositories where it exists and not write errors where it does not exist (without -Repository specified)

Expected the actual value to be greater than or equal to 2, but got 1.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 684
684:         $res.Count | Should -BeGreaterOrEqual 2

Check failure on line 1 in Test Find-PSResource for searching and looping through repositories.not find resource and discard DSCREsource entry containing wildcard, but search for other non-wildcard DSCResourceName 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 DSCREsource entry containing wildcard, but search for other non-wildcard DSCResourceName entries (without -Repository specified)

Expected the actual value to be greater than or equal to 2, but got 1.
Raw output
at <ScriptBlock>, D:\a\1\s\test\FindPSResourceTests\FindPSResourceRepositorySearching.Tests.ps1: line 732
732:         $res.Count | Should -BeGreaterOrEqual 2