summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lichtenberg <[email protected]>2025-11-19 07:22:51 -0800
committerJakob Lichtenberg <[email protected]>2025-11-19 07:22:51 -0800
commit37aa3c5995cdd83efdd8fdca37559ca4a1d1871b (patch)
tree379b47b763d7dd30c52c575ad402a0d3233ba65a
parent4fc7af5161c20e59e3683d83ba56d6008ce0bd55 (diff)
WDKBatchBuild
-rw-r--r--PowerTools/WDKBatchBuild/WDKBatchBuild.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/PowerTools/WDKBatchBuild/WDKBatchBuild.ps1 b/PowerTools/WDKBatchBuild/WDKBatchBuild.ps1
index 970a550d..59d0ac05 100644
--- a/PowerTools/WDKBatchBuild/WDKBatchBuild.ps1
+++ b/PowerTools/WDKBatchBuild/WDKBatchBuild.ps1
@@ -187,7 +187,7 @@ function WithEWDK {
$pwshArgs = @(
'-NoLogo','-NoProfile',
'-ExecutionPolicy','Bypass',
- '-File', 'D:\wds\wds1\PowerTools\WDKBatchBuild\BuildRec.ps1',
+ '-File', 'D:\wds\wds1\PowerTools\WDKBatchBuild\WDKBatchBuild_Internal.ps1',
'-Phase','AfterCmd'
) -join ' '