Skip to content

Commit

Permalink
Changed normal build to not use Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel James committed Nov 3, 2017
1 parent 43966cf commit fa5536b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dotnet: 2.0.0

script:
- dotnet restore ./src/Akka.Monitoring.NewRelic
- dotnet build --configuration Release ./src/Akka.Monitoring.NewRelic
- "if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_TAG ]]; then
- dotnet build ./src/Akka.Monitoring.NewRelic
- "if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_TAG ]]; then
dotnet pack ./src/Akka.Monitoring.NewRelic --configuration Release /p:Version=$TRAVIS_TAG;
nuget push ./src/Akka.Monitoring.NewRelic/bin/Release/*.nupkg -ApiKey $NUGET_API_KEY;
fi"

0 comments on commit fa5536b

Please sign in to comment.