mirror of
https://github.com/paradizelost/PSTeedy.git
synced 2025-04-04 01:25:05 -05:00
21 lines
355 B
PowerShell
21 lines
355 B
PowerShell
@{
|
|
PSDependOptions = @{
|
|
Target = 'CurrentUser'
|
|
}
|
|
'Pester' = @{
|
|
Version = '4.9.0'
|
|
Parameters = @{
|
|
SkipPublisherCheck = $true
|
|
}
|
|
}
|
|
'psake' = @{
|
|
Version = '4.8.0'
|
|
}
|
|
'BuildHelpers' = @{
|
|
Version = '2.0.11'
|
|
}
|
|
'PowerShellBuild' = @{
|
|
Version = '0.4.0'
|
|
}
|
|
}
|