Skip to content

Commit e00f4c6

Browse files
authored
Remove Pester and platyPS as build dependencies (#54)
Pester and platyPS are already installed and loaded on GH Actions. Trying to load them again raises an error because the assemblies are already loaded.
1 parent 0f60d38 commit e00f4c6

1 file changed

Lines changed: 5 additions & 16 deletions

File tree

requirements.psd1

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
@{
2-
PSDependOptions = @{
2+
PSDependOptions = @{
33
Target = 'CurrentUser'
44
}
5-
BuildHelpers = @{
6-
Version = '2.0.16'
7-
}
8-
Pester = @{
9-
Parameters = @{
10-
MinimumVersion = '5.3.0'
11-
SkipPublisherCheck = $true
12-
}
13-
}
14-
platyPS = '0.14.1'
15-
PowerHtml = 'latest'
16-
PowerShellBuild = @{
17-
RequiredVersion = '0.6.1'
18-
}
19-
psake = '4.9.0'
5+
BuildHelpers = '2.0.16'
6+
PowerHtml = 'latest'
7+
PowerShellBuild = '0.6.1'
8+
psake = '4.9.0'
209
PSScriptAnalyzer = '1.19.1'
2110
}

0 commit comments

Comments
 (0)