Skip to content

Commit 710ff46

Browse files
committed
Add nuget bootstrap to profile module test
1 parent 409e636 commit 710ff46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResourceManager/Profile/Commands.Profile.Test/ProfileModuleTests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Tests warning gets printed on incompatible modules with profile
1919
function Test-LoadProfileModule
2020
{
2121
# Push current profile module
22+
Get-PackageProvider -Name NuGet -ForceBootstrap
2223
$global:pushedProfileModule = $(Get-Module AzureRM.Profile).Path
2324
Remove-Module AzureRM.Profile
2425
try {

0 commit comments

Comments
 (0)