This repository was archived by the owner on Dec 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Expand file tree Collapse file tree 4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,5 @@ addons:
13
13
mono :
14
14
- alpha
15
15
- latest
16
- os :
17
- - linux
18
- - osx
19
- osx_image : xcode7.1
20
- before_install :
21
- - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; brew link --force openssl; fi
22
16
script :
23
- - ./build.sh --quiet verify
17
+ - ./build.sh verify
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ AspNet.Security.OAuth.Extensions
5
5
6
6
** The latest nightly builds can be found on [ MyGet] ( https://www.myget.org/gallery/aspnet-contrib ) ** .
7
7
8
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/aa7t5nfxpiri1e85/branch/dev ?svg=true )] ( https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/dev )
9
- [ ![ Build status] ( https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=dev )] ( https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions )
8
+ [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/aa7t5nfxpiri1e85/branch/release ?svg=true )] ( https://ci.appveyor.com/project/aspnet-contrib/aspnet-security-oauth-extensions/branch/release )
9
+ [ ![ Build status] ( https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions.svg?branch=release )] ( https://travis-ci.org/aspnet-contrib/AspNet.Security.OAuth.Extensions )
10
10
11
11
## Get started
12
12
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cd $PSScriptRoot
3
3
$repoFolder = $PSScriptRoot
4
4
$env: REPO_FOLDER = $repoFolder
5
5
6
- $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/release .zip"
6
+ $koreBuildZip = " https://github.com/aspnet/KoreBuild/archive/1.0.0 .zip"
7
7
if ($env: KOREBUILD_ZIP )
8
8
{
9
9
$koreBuildZip = $env: KOREBUILD_ZIP
Original file line number Diff line number Diff line change 2
2
repoFolder=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
3
3
cd $repoFolder
4
4
5
- koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/release .zip"
5
+ koreBuildZip=" https://github.com/aspnet/KoreBuild/archive/1.0.0 .zip"
6
6
if [ ! -z $KOREBUILD_ZIP ]; then
7
7
koreBuildZip=$KOREBUILD_ZIP
8
8
fi
You can’t perform that action at this time.
0 commit comments