Initial Commit
This commit is contained in:
20
RequiredModules.psd1
Normal file
20
RequiredModules.psd1
Normal file
@@ -0,0 +1,20 @@
|
||||
@{
|
||||
PSDependOptions = @{
|
||||
AddToPath = $true
|
||||
Target = 'output\RequiredModules'
|
||||
Parameters = @{
|
||||
Repository = 'PSGallery'
|
||||
}
|
||||
}
|
||||
|
||||
InvokeBuild = 'latest'
|
||||
PSScriptAnalyzer = 'latest'
|
||||
Pester = 'latest'
|
||||
ModuleBuilder = 'latest'
|
||||
ChangelogManagement = 'latest'
|
||||
Sampler = 'latest'
|
||||
'Sampler.GitHubTasks' = 'latest'
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user