aboutsummaryrefslogtreecommitdiff
path: root/devbuild.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-12 22:01:55 -0700
committerRob Mensching <rob@firegiant.com>2022-10-14 20:13:50 -0700
commit07b3d459ea0a45cbef29b98d283edafbab26462a (patch)
tree1e834882038ba3862f8acb7b60e7a4bfaef793fd /devbuild.cmd
parent5567239a9411aac769a34f2c65b80a523a577ad7 (diff)
downloadwix-07b3d459ea0a45cbef29b98d283edafbab26462a.tar.gz
wix-07b3d459ea0a45cbef29b98d283edafbab26462a.tar.bz2
wix-07b3d459ea0a45cbef29b98d283edafbab26462a.zip
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
Diffstat (limited to 'devbuild.cmd')
-rw-r--r--devbuild.cmd2
1 files changed, 1 insertions, 1 deletions
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
12if not "%_INCREMENTAL%"=="1" call src\clean.cmd 12if not "%_INCREMENTAL%"=="1" call src\clean.cmd
13if not "%_CLEAN%"=="" goto end 13if not "%_CLEAN%"=="" goto end
14 14
15src\build_all.cmd %_C% 15call src\build_all.cmd %_C%
16 16
17:end 17:end
18popd 18popd