summaryrefslogtreecommitdiff
path: root/update-docs-windows.bat
diff options
context:
space:
mode:
authorkingces95 <kingces95@users.noreply.github.com>2017-02-14 23:43:58 -0800
committerStephane Delcroix <stephane@delcroix.org>2017-02-15 08:43:58 +0100
commitdf913c30cbc440843836ed78727f55f32f2aad80 (patch)
tree0820a52b440015cfa5075b0fd5476e45422fa091 /update-docs-windows.bat
parent8ec0ccc00fdc5f9ea1b7803bc42dffe6a5c6d790 (diff)
downloadxamarin-forms-df913c30cbc440843836ed78727f55f32f2aad80.tar.gz
xamarin-forms-df913c30cbc440843836ed78727f55f32f2aad80.tar.bz2
xamarin-forms-df913c30cbc440843836ed78727f55f32f2aad80.zip
Force git to checkout docs using unix line endings (#766)
* Checkout docs using unix line endings * Only exit script when running update-docs-windows.bat * Add docs that build system did not detect were missing
Diffstat (limited to 'update-docs-windows.bat')
-rw-r--r--update-docs-windows.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-docs-windows.bat b/update-docs-windows.bat
index 40d1fa60..9f222710 100644
--- a/update-docs-windows.bat
+++ b/update-docs-windows.bat
@@ -33,5 +33,5 @@ del tmpFile
IF NOT "%RESULT%" == "Members Added: 0, Members Deleted: 0" (exit 1)
-exit 0
+exit /B 0