PowerShell/.gitmodules
Andrew Schwartzmeyer 953afd841e Move OMI PSRP provider to GitHub
Remove the `monad` prefix from its name.
2016-01-14 14:54:27 -08:00

24 lines
803 B
Text

[submodule "src/monad"]
path = src/monad
url = https://github.com/PowerShell/psl-monad.git
[submodule "src/libpsl-native"]
path = src/libpsl-native
url = https://github.com/PowerShell/psl-native.git
[submodule "ext-src/pester"]
path = ext-src/pester
url = https://msostc.visualstudio.com/DefaultCollection/PS/_git/Pester
branch = develop
ignore = dirty
[submodule "src/omi-provider"]
path = src/omi-provider
url = https://github.com/PowerShell/psl-omi-provider.git
[submodule "src/omi"]
path = src/omi
url = https://github.com/MSFTOSSMgmt/omi.git
branch = psrp/features
[submodule "src/windows-build"]
path = src/windows-build
url = https://github.com/PowerShell/psl-windows-build.git
[submodule "src/dsc"]
path = src/dsc
url = https://github.com/Microsoft/PowerShell-DSC-for-Linux.git