PowerShell/.gitmodules

25 lines
777 B
Plaintext
Raw Normal View History

2015-02-13 00:01:36 +01:00
[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 "test/Pester"]
path = test/Pester
url = https://github.com/PowerShell/psl-pester.git
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
2016-01-12 20:27:31 +01:00
[submodule "src/dsc"]
path = src/dsc
url = https://github.com/Microsoft/PowerShell-DSC-for-Linux.git