Skip to content

Commit

Permalink
Fixed module build script to include nested scripts (#535)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Watherston <[email protected]>
  • Loading branch information
anwather and Anthony Watherston authored Apr 8, 2024
1 parent 883b0b8 commit 58a68d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Module/build.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
New-Item .\Module\EnterprisePolicyAsCode\internal\functions -ItemType Directory -Force
New-Item .\Module\EnterprisePolicyAsCode\functions -ItemType Directory -Force

Copy-Item -Path .\Scripts\Helpers\*.ps1 -Destination .\Module\EnterprisePolicyAsCode\internal\functions -Force -Exclude Add-HelperScripts.ps1
Get-ChildItem -Path .\Scripts\Helpers\*.ps1 -Recurse -File -Exclude Add-HelperScripts. | Copy-Item -Destination .\Module\EnterprisePolicyAsCode\internal\functions

# Deploy Functions

Expand Down

0 comments on commit 58a68d8

Please sign in to comment.