Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RequiredModules.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
InvokeBuild = 'latest'
PSScriptAnalyzer = 'latest'
Pester = 'latest'
ModuleBuilder = 'latest'
ModuleBuilder = '3.1.8' # pinned: 3.2+ breaks SourcePath validation for binary modules
ChangelogManagement = 'latest'
Sampler = 'latest'
'Sampler.GitHubTasks' = 'latest'
Expand Down
3 changes: 2 additions & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# ModuleBuilder Configuration #
####################################################
# Path to the Module Manifest to build (where path will be resolved from)
SourcePath: ../source/AzAuth.psd1
SourcePath: source
BuiltModuleSubdirectory: module
# Output Directory where ModuleBuilder will build the Module, relative to module manifest
OutputDirectory: ../../output/AzAuth
# BuiltModuleSubdirectory: module
Expand Down
Loading