Skip to content

Commit

Permalink
Using .net core 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-BenZarrouk-MB committed Aug 21, 2019
1 parent 8e375d7 commit 4c8eef0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: csharp
solution: csharp-rest-client.sln
mono: none
dotnet: 2.1.300
dotnet: 3.0.100-preview8-013656
env:
- VERSION=1.6.1.$TRAVIS_BUILD_NUMBER
stages:
Expand All @@ -12,6 +12,7 @@ jobs:
include:
- stage: test
script:
- echo $VERSION
- cd Tests/UnitTests/MessageBirdUnitTests
- dotnet restore
- dotnet test
Expand All @@ -22,7 +23,4 @@ jobs:
- dotnet build
- dotnet pack -p:PackageID=MessageBirdStaging -c Release -p:PackageVersion=$VERSION
- dotnet nuget push MessageBirdStaging.{VERSION}.nupkg -k $STAGING_KEY -s https://apiint.nugettest.org/v3/index.json
-
- dotnet pack -p:PackageID=MessageBird -c Release -p:PackageVersion=$VERSION
- dotnet nuget push MessageBird.{VERSION}.nupkg -k $LIVE_KEY -s https://api.nuget.org/v3/index.json

0 comments on commit 4c8eef0

Please sign in to comment.