Merged PR 3383: make module name dynamic
make module name dynamic
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
$Script:ModuleName = 'LDTestFramework'
|
$Script:ModuleName = Split-Path -Leaf $PSScriptRoot
|
||||||
$Script:CodeCoveragePercent = 0.0 # 0 to 1
|
$Script:CodeCoveragePercent = 0.0 # 0 to 1
|
||||||
. $psscriptroot\BuildTasks\InvokeBuildInit.ps1
|
. $psscriptroot\BuildTasks\InvokeBuildInit.ps1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user