summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2017-01-28 13:59:04 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2017-02-04 19:18:54 +0000
commit29b22728f7087ecc06e881f7237ef715e9bf0b36 (patch)
tree68df8fd66c6ed38e9da8c959ad1b6b8a355c3fa2 /Tools
parentd387e749f57958eb4db70bc2aa5d4d7f06a23e0e (diff)
downloadswig-29b22728f7087ecc06e881f7237ef715e9bf0b36.tar.gz
Improve nuget installed message on Appveyor
Diffstat (limited to 'Tools')
-rw-r--r--Tools/nuget-install.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/nuget-install.cmd b/Tools/nuget-install.cmd
index 08caea7e0..eec7f8787 100644
--- a/Tools/nuget-install.cmd
+++ b/Tools/nuget-install.cmd
@@ -1,5 +1,4 @@
rem Workaround 'nuget install' not being reliable by retrying a few times
-
@echo off
rem initiate the retry number
set errorCode=1
@@ -13,6 +12,7 @@ rem problem?
IF ERRORLEVEL %errorCode% GOTO :RETRY
rem everything is fine!
+@echo Installed nuget, retries: %reTryNumber%
GOTO :EXIT
:RETRY