Building Out Build Items
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
@{
|
||||
psake = @{
|
||||
Name = 'InvokeBuild'
|
||||
DependencyType = 'PSGalleryModule'
|
||||
Parameters = @{
|
||||
Repository = 'PSGallery'
|
||||
SkipPublisherCheck = $true
|
||||
}
|
||||
Target = 'CurrentUser'
|
||||
Version = '5.4.3'
|
||||
Tags = 'Bootstrap'
|
||||
}
|
||||
|
||||
Pester = @{
|
||||
Name = 'Pester'
|
||||
DependencyType = 'PSGalleryModule'
|
||||
Parameters = @{
|
||||
Repository = 'PSGallery'
|
||||
SkipPublisherCheck = $true
|
||||
}
|
||||
Target = 'CurrentUser'
|
||||
Version = '4.6.0'
|
||||
Tags = 'Test'
|
||||
}
|
||||
|
||||
PSScriptAnalyzer = @{
|
||||
Name = 'PSScriptAnalyzer'
|
||||
DependencyType = 'PSGalleryModule'
|
||||
Parameters = @{
|
||||
Repository = 'PSGallery'
|
||||
SkipPublisherCheck = $true
|
||||
}
|
||||
Target = 'CurrentUser'
|
||||
Version = '1.17.1'
|
||||
Tags = 'Test'
|
||||
}
|
||||
|
||||
Platyps = @{
|
||||
Name = 'Platyps'
|
||||
DependencyType = 'PSGalleryModule'
|
||||
Parameters = @{
|
||||
Repository = 'PSGallery'
|
||||
SkipPublisherCheck = $true
|
||||
}
|
||||
Target = 'CurrentUser'
|
||||
Version = '0.12.0'
|
||||
Tags = 'Build'
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user