forked from dsccommunity/CommonTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPSDepend.Build.psd1
More file actions
37 lines (35 loc) · 1.26 KB
/
PSDepend.Build.psd1
File metadata and controls
37 lines (35 loc) · 1.26 KB
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
28
29
30
31
32
33
34
35
36
37
@{
PSDependOptions = @{
AddToPath = $true
Target = 'BuildOutput\Modules'
DependencyType = 'PSGalleryModule'
Parameters = @{
Repository = 'PSGallery'
}
}
#Modules
BuildHelpers = 'latest'
InvokeBuild = 'latest'
Pester = '4.10.1'
PSScriptAnalyzer = 'latest'
PSDeploy = 'latest'
ProtectedData = 'latest'
DscBuildHelpers = 'latest'
Datum = 'latest'
'powershell-yaml' = 'latest'
'Datum.ProtectedData' = 'latest'
#DSC Resources
xPSDesiredStateConfiguration = '9.1.0'
ComputerManagementDsc = '8.2.0'
NetworkingDsc = '8.0.0'
JeaDsc = '0.6.5'
XmlContentDsc = '0.0.1'
xWebAdministration = '3.1.1'
SecurityPolicyDsc = '2.10.0.0'
StorageDsc = '5.0.0'
Chocolatey = '0.0.79'
ActiveDirectoryDsc = '6.0.1'
DfsDsc = '4.4.0.0'
WdsDsc = '0.11.0'
xDhcpServer = '2.0.0.0'
}