Skip to content

Commit

Permalink
Typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel James committed Nov 3, 2017
1 parent fc9208c commit f5e0c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script:
- dotnet restore ./src/Akka.Monitoring.NewRelic
- dotnet build ./src/Akka.Monitoring.NewRelic
- "if [[ $TRAVIS_PULL_REQUEST == 'false' && $TRAVIS_TAG ]]; then
dotnet build ./src/Akka.Monitoring.NewRelic --configuration Release /p:Version=$TRAVIS_TAG
dotnet build ./src/Akka.Monitoring.NewRelic --configuration Release /p:Version=$TRAVIS_TAG;
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 f5e0c8d

Please sign in to comment.