From 07b3d459ea0a45cbef29b98d283edafbab26462a Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Wed, 12 Oct 2022 22:01:55 -0700 Subject: Normalize ToolsetTask implementation to call wix.exe and heat.exe Share the ToolsetTask implementation that can find .NET Core and .NET Framework with multiple architectures. Fixes 6951 --- devbuild.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devbuild.cmd') diff --git a/devbuild.cmd b/devbuild.cmd index 06239807..d27822da 100644 --- a/devbuild.cmd +++ b/devbuild.cmd @@ -12,7 +12,7 @@ if not "%1"=="" shift & goto parse_args if not "%_INCREMENTAL%"=="1" call src\clean.cmd if not "%_CLEAN%"=="" goto end -src\build_all.cmd %_C% +call src\build_all.cmd %_C% :end popd -- cgit v1.2.3-55-g6feb