Skip to content

Commit

Permalink
Update ADO feed
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Jan 3, 2025
1 parent e063a97 commit ae5a467
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/CredentialProvider.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Import-Module "$psscriptroot\PSGetTestUtils.psm1" -Force
Describe 'Test Azure Artifacts Credential Provider' -tags 'CI' {

BeforeAll{
$TestModuleName = "PackageManagement"
$TestModuleName = "TestModule99"
$ADORepoName = "ADORepository"
$ADORepoUri = "https://pkgs.dev.azure.com/mscodehub/PowerShellCore/_packaging/PowerShellCore_PublicPackages/nuget/v2"
$ADORepoUri = "https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v2"
#https://pkgs.dev.azure.com/powershell-rel/PSResourceGet/_packaging/psrg-credprovidertest/nuget/v3/index.json
$LocalRepoName = "LocalRepository"
$LocalRepoUri = Join-Path -Path $TestDrive -ChildPath "testdir"
$null = New-Item $LocalRepoUri -ItemType Directory -Force
Expand Down

0 comments on commit ae5a467

Please sign in to comment.