diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-26 23:23:24 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-27 09:33:51 -0500 |
commit | 4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a (patch) | |
tree | 32a66d0aecaa829ef48322d70414dee44346fa20 /src/burn/burn.cmd | |
parent | 113aed110c01913941c6e6e7d24c0ce42b1f91b6 (diff) | |
download | wix-4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a.tar.gz wix-4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a.tar.bz2 wix-4c34ad46d0eb664a48dc2b4a7696cd96c3c3a56a.zip |
Remove RebootRequired per...
...https://github.com/wixtoolset/issues/issues/6668.
Diffstat (limited to 'src/burn/burn.cmd')
-rw-r--r-- | src/burn/burn.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/burn/burn.cmd b/src/burn/burn.cmd index 55478eb2..10d56558 100644 --- a/src/burn/burn.cmd +++ b/src/burn/burn.cmd | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | nuget restore || exit /b | 13 | nuget restore || exit /b |
14 | 14 | ||
15 | msbuild -t:Test -p:Configuration=%_C% test\BurnUnitTest || exit /b | 15 | msbuild -t:Test -p:Configuration=%_C%;Platform=x86 test\BurnUnitTest || exit /b |
16 | 16 | ||
17 | msbuild -t:Build -p:Configuration=%_C%;Platform=x86 || exit /b | 17 | msbuild -t:Build -p:Configuration=%_C%;Platform=x86 || exit /b |
18 | msbuild -t:Build -p:Configuration=%_C%;Platform=x64 || exit /b | 18 | msbuild -t:Build -p:Configuration=%_C%;Platform=x64 || exit /b |