Skip to content

Commit

Permalink
Fix Viscalyx.Common
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 20, 2024
1 parent 07f6eab commit 9e09b25
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ NestedModule:
AddToManifest: false
Exclude: PSGetModuleInfo.xml

Viscalyx.Common:
CopyOnly: true
Path: ./output/RequiredModules/Viscalyx.Common
AddToManifest: false
Exclude: PSGetModuleInfo.xml

####################################################
# Pester Configuration (Sampler) #
####################################################
Expand All @@ -109,6 +115,7 @@ Pester:
OutputEncoding: ascii
ExcludeFromCodeCoverage:
- Modules/DscResource.Common
- Modules/Viscalyx.Common

####################################################
# Pester Configuration (DscResource.Test) #
Expand All @@ -133,6 +140,7 @@ DscTest:
- output
ExcludeModuleFile:
- Modules/DscResource.Common
- Modules/Viscalyx.Common
MainGitBranch: main

####################################################
Expand Down

0 comments on commit 9e09b25

Please sign in to comment.