Add InvokeBuild Requirement

This commit is contained in:
Wes Carroll
2019-04-05 14:18:43 -04:00
parent cc60107746
commit 3acb7795f4
+12
View File
@@ -1,4 +1,16 @@
@{
InvokeBuild = @{
Name = 'InvokeBuild'
DependencyType = 'PSGalleryModule'
Parameters = @{
Repository = 'PSGallery'
SkipPublisherCheck = $true
}
Target = 'CurrentUser'
Version = '5.4.3'
Tags = 'Bootstrap'
}
Pester = @{
Name = 'Pester'
DependencyType = 'PSGalleryModule'