Skip to content

Commit fc81545

Browse files
committed
Update AdoV2 server tests
1 parent a99b2b2 commit fc81545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/FindPSResourceTests/FindPSResourceADOV2Server.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Describe 'Test HTTP Find-PSResource for ADO V2 Server Protocol' -tags 'CI' {
1414
$ADOV2RepoName = "PSGetTestingPublicFeed"
1515
$ADOV2RepoUri = "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/psresourceget-public-test-ci/nuget/v2"
1616
Get-NewPSResourceRepositoryFile
17-
Register-PSResourceRepository -Name $ADOV2RepoName -Uri $ADOV2RepoUri
17+
Register-PSResourceRepository -Name $ADOV2RepoName -Uri $ADOV2RepoUri -CredentialProvider "None"
1818
}
1919

2020
AfterAll {

0 commit comments

Comments
 (0)