-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.depend.psd1
More file actions
33 lines (33 loc) · 860 Bytes
/
build.depend.psd1
File metadata and controls
33 lines (33 loc) · 860 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
28
29
30
31
32
33
# Build dependencies for {{ModuleName}}
# These are the modules needed for building and testing the module
@{
PSDependOptions = @{
Target = 'CurrentUser'
Parameters = @{
Repository = 'PSGallery'
}
}
'Pester' = @{
Version = '5.7.1'
Parameters = @{
SkipPublisherCheck = $true
}
}
'psake' = @{
Version = '4.9.1'
}
'BuildHelpers' = @{
Version = '2.0.16'
}
'PowerShellBuild' = @{
Version = '0.7.3'
}
'PSScriptAnalyzer' = @{
Version = '1.25.0'
}
# Parses CHANGELOG.md (Keep a Changelog format) so the Publish task can populate the
# built manifest's PSData.ReleaseNotes from the matching version's entry.
'ChangelogManagement' = @{
Version = '3.1.0'
}
}