diff options
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 |