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 a99b2b2 commit fc81545Copy full SHA for fc81545
test/FindPSResourceTests/FindPSResourceADOV2Server.Tests.ps1
@@ -14,7 +14,7 @@ Describe 'Test HTTP Find-PSResource for ADO V2 Server Protocol' -tags 'CI' {
14
$ADOV2RepoName = "PSGetTestingPublicFeed"
15
$ADOV2RepoUri = "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/psresourceget-public-test-ci/nuget/v2"
16
Get-NewPSResourceRepositoryFile
17
- Register-PSResourceRepository -Name $ADOV2RepoName -Uri $ADOV2RepoUri
+ Register-PSResourceRepository -Name $ADOV2RepoName -Uri $ADOV2RepoUri -CredentialProvider "None"
18
}
19
20
AfterAll {
0 commit comments