Merge pull request #7235 from Mailaender/nuget-fail

Fail the whole script when nuget fails
This commit is contained in:
Matthias Mailänder
2015-01-01 14:13:38 +01:00

View File

@@ -1,4 +1,8 @@
#!/bin/bash
# Die on any error for Travis CI to automatically retry:
set -e
if [ ! -f StyleCop.dll ]; then
echo "Fetching StyleCop files from nuget"
nuget install StyleCop.MSBuild -Version 4.7.49.0