-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathRequiredModules.psd1
More file actions
27 lines (23 loc) · 957 Bytes
/
Copy pathRequiredModules.psd1
File metadata and controls
27 lines (23 loc) · 957 Bytes
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
@{
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = 'latest'
Plaster = 'latest'
ModuleBuilder = 'latest'
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
MarkdownLinkCheck = 'latest'
'DscResource.Test' = 'latest'
xDscResourceDesigner = 'latest'
Datum = 'latest'
'Datum.ProtectedData' = 'latest'
# Build dependencies needed for using the module
'DscResource.Common' = 'latest'
# Analyzer rules
'DscResource.AnalyzerRules' = 'latest'
'Indented.ScriptAnalyzerRules' = 'latest'
# Prerequisite modules for documentation.
'DscResource.DocGenerator' = 'latest'
PlatyPS = 'latest'
}