Skip to content

Commit

Permalink
Update AdoV2 server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Dec 19, 2024
1 parent a99b2b2 commit fc81545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Describe 'Test HTTP Find-PSResource for ADO V2 Server Protocol' -tags 'CI' {
$ADOV2RepoName = "PSGetTestingPublicFeed"
$ADOV2RepoUri = "https://pkgs.dev.azure.com/powershell/PowerShell/_packaging/psresourceget-public-test-ci/nuget/v2"
Get-NewPSResourceRepositoryFile
Register-PSResourceRepository -Name $ADOV2RepoName -Uri $ADOV2RepoUri
Register-PSResourceRepository -Name $ADOV2RepoName -Uri $ADOV2RepoUri -CredentialProvider "None"
}

AfterAll {
Expand Down

0 comments on commit fc81545

Please sign in to comment.