Skip to content

Commit

Permalink
Update script to dequote parameter
Browse files Browse the repository at this point in the history
(see NETMF#521)
  • Loading branch information
josesimoes authored Oct 26, 2016
1 parent 03d84fe commit 7da08d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_solution.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
call setenv_%1 %2
call setenv_%1 %~2
cd Solutions\%3
msbuild /flp:verbosity=detailed /clp:verbosity=minimal %~4
endlocal&&exit /B %ERRORLEVEL%
endlocal&&exit /B %ERRORLEVEL%

0 comments on commit 7da08d7

Please sign in to comment.