Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 739 Bytes

README.md

File metadata and controls

29 lines (29 loc) · 739 Bytes

rsGit

rsGit Git
{
    Name = "rsGit"
    Source = "https://github.com/rsWinAutomationSupport/rsGit.git"
    Destination = "C:\Program Files\WindowsPowerShell\Modules\"
    Branch = "master"
    Ensure = "Present"
}
rsGit Git1_0
{
    Name = "rsGit_1_0"
    Source = "https://github.com/rsWinAutomationSupport/rsGit.git"
    Destination = "C:\Program Files\WindowsPowerShell\Modules\1.0\"
    Branch = "v1.0"
    Ensure = "Present"
}
rsGit GitZip
{
    Name = "Git_Zip"
    Source = "https://github.com/rsWinAutomationSupport/rsGit.git"
    Destination = "C:\Program Files\WindowsPowerShell\Modules\"
    DestinationZip = "C:\Program Files\WindowsPowerShell\DscService\Modules"
    Branch = "v1.0"
    Ensure = "Present"
}