181761310c
This update has all the code needed to connect to a zvma 10.0 (and probabaly 9.7) and allow the end user to connect to zvma as well as run all of the other functions.
50 lines
1.4 KiB
PowerShell
50 lines
1.4 KiB
PowerShell
@{
|
|
InvokeBuild = @{
|
|
Name = 'InvokeBuild'
|
|
DependencyType = 'PSGalleryModule'
|
|
Parameters = @{
|
|
Repository = 'PSGallery'
|
|
SkipPublisherCheck = $true
|
|
}
|
|
Target = 'CurrentUser'
|
|
Version = '5.6.0'
|
|
Tags = 'Bootstrap'
|
|
}
|
|
|
|
Pester = @{
|
|
Name = 'Pester'
|
|
DependencyType = 'PSGalleryModule'
|
|
Parameters = @{
|
|
Repository = 'PSGallery'
|
|
SkipPublisherCheck = $true
|
|
}
|
|
Target = 'CurrentUser'
|
|
Version = '4.10.1'
|
|
Tags = 'Bootstrap'
|
|
}
|
|
|
|
PSScriptAnalyzer = @{
|
|
Name = 'PSScriptAnalyzer'
|
|
DependencyType = 'PSGalleryModule'
|
|
Parameters = @{
|
|
Repository = 'PSGallery'
|
|
SkipPublisherCheck = $true
|
|
}
|
|
Target = 'CurrentUser'
|
|
Version = '1.21.0'
|
|
Tags = 'Bootstrap'
|
|
}
|
|
|
|
Platyps = @{
|
|
Name = 'Platyps'
|
|
DependencyType = 'PSGalleryModule'
|
|
Parameters = @{
|
|
Repository = 'PSGallery'
|
|
SkipPublisherCheck = $true
|
|
}
|
|
Target = 'CurrentUser'
|
|
Version = '0.14.0'
|
|
Tags = 'Bootstrap'
|
|
}
|
|
}
|