Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-27 | 2016-03-02 | ||
| https (martin) | exit the batch file only (martin) | ||
| Line 111: | Line 111: | ||
| rem Propagating WinSCP exit code to Azure | rem Propagating WinSCP exit code to Azure | ||
| - | exit %RESULT% | + | exit /b %RESULT% |
| </code> | </code> | ||