forked from SynEdgy/Sampler.DscPipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRequiredModules.psd1
27 lines (26 loc) · 924 Bytes
/
RequiredModules.psd1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@{
PSDependOptions = @{
AddToPath = $true
Target = 'output\RequiredModules'
Parameters = @{
Repository = 'PSGallery'
}
}
'Powershell-yaml' = 'latest'
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = 'latest'
Plaster = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Common' = 'latest'
'DscResource.Test' = 'latest'
'DscResource.AnalyzerRules' = 'latest'
xDSCResourceDesigner = 'latest'
'DscResource.DocGenerator' = 'latest'
Datum = 'latest'
DscBuildHelpers = 'latest'
}