Skip to content

Commit

Permalink
PMC Tools: Re-add functions to Export-ModuleMember calls
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Oct 23, 2019
1 parent d7e0180 commit 23d19ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/NuGet/EntityFramework/tools/EntityFramework6.PS2.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,4 @@ function WarnIfOtherEFs($cmdlet)
}
}

Export-ModuleMember -Variable 'InitialDatabase'
Export-ModuleMember 'Add-EFDefaultConnectionFactory', 'Add-EFProvider', 'Add-Migration', 'Enable-Migrations', 'Get-Migrations', 'Update-Database' -Variable 'InitialDatabase'
2 changes: 1 addition & 1 deletion src/NuGet/EntityFramework/tools/EntityFramework6.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -1206,4 +1206,4 @@ function GetConfigPath($project)
return GetProperty $item.Properties 'FullPath'
}

Export-ModuleMember -Variable 'InitialDatabase'
Export-ModuleMember 'Add-EFDefaultConnectionFactory', 'Add-EFProvider', 'Add-Migration', 'Enable-Migrations', 'Get-Migrations', 'Update-Database' -Variable 'InitialDatabase'

0 comments on commit 23d19ec

Please sign in to comment.