Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit d771d0f

Browse files
committed
Merge pull request #418 from smaillet-ms/scripts
Updates for automated builds
2 parents 746ba5b + 617cb64 commit d771d0f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

build_solution.cmd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
@echo off
2+
setlocal
3+
setenv_%1 %2
4+
cd Solutions\%3
5+
msbuild /flp:verbosity=detailed /clp:verbosity=minimal
6+
endlocal

tools/Targets/Microsoft.SPOT.SDK.Targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@
807807
<PropertyGroup>
808808
<LightCmdLine>-nologo -wx -sw1076 -sw1079 -sw1056 -sw1055 -sice:ICE03 -sice:ICE18 -sice:ICE20 -sice:ICE30 -sice:ICE31 -sice:ICE38 -sice:ICE43 -sice:ICE57 -sice:ICE64 -sice:ICE69 -b $(SPOCLIENT)\Setup -out $(OUTPUT_MSM) </LightCmdLine>
809809
<LightCmdLine Condition=" $(WiXLocalization) != '' ">$(LightCmdLine) -loc $(WiXLocalization) </LightCmdLine>
810+
<LightCmdLine Condition="'$(SuppressMSIValidation)'=='true'">-sval $(LightCmdLine)</LightCmdLine>
810811
</PropertyGroup>
811812

812813
<Target

0 commit comments

Comments
 (0)