diff --git a/.travis.yml b/.travis.yml
index 2a46104677..27c93bcd6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
+ - /^rel\/.*/
before_install:
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi
script:
diff --git a/appveyor.yml b/appveyor.yml
index 1041615c68..04dfabcb0b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -6,6 +6,7 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
+ - /^rel\/.*/
build_script:
- ps: .\build.ps1
clone_depth: 1
diff --git a/build/dependencies.props b/build/dependencies.props
index 1d1e53eace..457821c88c 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -5,7 +5,7 @@
2.1.0-*
4.7.1
$(BundledNETStandardPackageVersion)
- 1.1.605
+ 1.2.3
15.0.0
2.2.0
8.1.1