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 57e5968 commit 05327e3Copy full SHA for 05327e3
src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.ps1
@@ -23,7 +23,7 @@ function Test-LoadProfileModule
23
$global:pushedProfileModule = $(Get-Module AzureRM.Profile).Path
24
Remove-Module AzureRM.Profile
25
try {
26
- Register-PSRepository -Name "ProfileModuleTest" -SourceLocation (Resolve-Path .\FakeModuleRepo).Path -InstallationPolicy Trusted
+ Register-PSRepository -Name "ProfileModuleTest" -SourceLocation (Resolve-Path "$TestOutputRoot\FakeModuleRepo").Path -InstallationPolicy Trusted
27
28
Install-Module AzureRM.ApiManagement -Scope CurrentUser -Repository ProfileModuleTest -RequiredVersion 998.9.8
29
$global:buffer = Import-Module $global:pushedProfileModule 2>&1 3>&1 | Out-String
0 commit comments