Skip to content

Commit

Permalink
suppress warning VSX1000 for Xamarin.iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dadhi committed Nov 21, 2018
1 parent 6336433 commit 101352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo:
echo:## Starting: BUILD and PACKAGING... ##
echo:
rem: Turning Off the $(DevMode) from the Directory.Build.props to alway build an ALL TARGETS
call %MSB% %SLN% /t:Rebuild /p:DevMode=false;Configuration=Release /m /v:m /bl /fl /flp:LogFile=MSBuild.log
call %MSB% %SLN% /t:Rebuild /p:DevMode=false;Configuration=Release /nowarn:VSX1000 /m /v:m /bl /fl /flp:LogFile=MSBuild.log
if %ERRORLEVEL% neq 0 goto :error
echo:
echo:## Finished: BUILD and PACKAGING ##
Expand Down

0 comments on commit 101352d

Please sign in to comment.