Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PMC Tools: Re-add functions to Export-ModuleMember calls
Browse files Browse the repository at this point in the history
Fixes #1337
bricelam committed Oct 23, 2019

Verified

This commit was signed with the committer’s verified signature. The key has expired.
weihanglo Weihang Lo
1 parent d7e0180 commit 23d19ec
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
@@ -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
@@ -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.