Skip to content

Commit

Permalink
Merge pull request #10 from miltador/cli-version-update
Browse files Browse the repository at this point in the history
Update CLI version to 1.0.4
  • Loading branch information
goodness-from-me authored Oct 27, 2017
2 parents 68621aa + ae80711 commit 865d8da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ matrix:

env:
global:
- CLI_VERSION=1.0.0-rc4-004771
- CLI_VERSION=1.0.4
- COMMIT=${TRAVIS_COMMIT::8}
- AWS_ACCESS_KEY_ID=MOCK_ID
- AWS_SECRET_ACCESS_KEY=MOCK_SECRET_KEY
Expand Down Expand Up @@ -57,4 +57,4 @@ script:
- ./build.sh --version=$PROJECT_BUILD_VERSION --configuration=Release --pack

after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [ ! -z "$TRAVIS_TAG" ] && semver $TRAVIS_TAG &>/dev/null; then ./scripts/push-to-nuget.sh --apikey=$NUGET_API_KEY --version=$PROJECT_BUILD_VERSION; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [ ! -z "$TRAVIS_TAG" ] && semver $TRAVIS_TAG &>/dev/null; then ./scripts/push-to-nuget.sh --apikey=$NUGET_API_KEY --version=$PROJECT_BUILD_VERSION; fi
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ environment:
AWS_ACCESS_KEY_ID: MOCK_ID
AWS_SECRET_ACCESS_KEY: MOCK_SECRET_KEY
AWS_SESSION_TOKEN: MOCK_SESSION_TOKEN
CLI_VERSION: 1.0.0-rc4-004771
CLI_VERSION: 1.0.4
DOTNET_INSTALL_DIR: .\dotnetcli

install:
Expand All @@ -24,4 +24,4 @@ build_script:
- ps: dotnet test .\tests\AspNetCore.Identity.DynamoDB.Tests\AspNetCore.Identity.DynamoDB.Tests.csproj -c Release --no-build

test: off
version: '0.0.0.{build}'
version: '0.0.0.{build}'

0 comments on commit 865d8da

Please sign in to comment.