Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Import PowerSTIG 4.4.0 Due to cyclic dependency Error #617

Merged
merged 18 commits into from
May 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
updated build.yaml
  • Loading branch information
erjenkin committed May 13, 2020
commit 0f808e8b414f09baef05784eea3277b0fd8b04ef
1 change: 1 addition & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ CopyDirectories:
- DSCResources
- Module
- StigData
- PowerStig.ModuleHelper.ps1
Encoding: UTF8 # With BOM in WinPS, noBOM in PSCore.
VersionedOutputDirectory: true

Expand Down
2 changes: 1 addition & 1 deletion source/PowerStig.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ VariablesToExport = @()
AliasesToExport = @()

# Script files (.ps1) that are run in the caller's environment prior to importing this module.
ScriptsToProcess = '.\Module\PowerStig.ModuleHelper.ps1'
ScriptsToProcess = 'PowerStig.ModuleHelper.ps1'

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
Expand Down