Skip to content

Commit d9df36d

Browse files
committed
Use latest 'MultiTarget's parameter name for head inclusion and generation.
1 parent aa08330 commit d9df36d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

GenerateAllSolution.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@ECHO OFF
2-
SET "IncludeHeads=%1"
3-
IF "%IncludeHeads%"=="" SET "IncludeHeads=all"
2+
SET "MultiTargets=%1"
3+
IF "%MultiTargets%"=="" SET "MultiTargets=all"
44

5-
powershell .\tooling\GenerateAllSolution.ps1 -IncludeHeads %IncludeHeads%
5+
powershell .\tooling\GenerateAllSolution.ps1 -MultiTargets %MultiTargets%

0 commit comments

Comments
 (0)