We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0798fd commit 00d76f3Copy full SHA for 00d76f3
GenerateAllSolution.bat
@@ -1,5 +1,5 @@
1
@ECHO OFF
2
-SET "IncludeHeads=%1"
3
-IF "%IncludeHeads%"=="" SET "IncludeHeads=all"
+SET "MultiTargets=%1"
+IF "%MultiTargets%"=="" SET "MultiTargets=all"
4
5
-powershell .\tooling\GenerateAllSolution.ps1 -IncludeHeads %IncludeHeads%
+powershell .\tooling\GenerateAllSolution.ps1 -MultiTargets %MultiTargets%
0 commit comments