Skip to content

Commit

Permalink
One more Travis commit for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mcosand committed Apr 9, 2018
1 parent 7d1a344 commit 0d35488
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: csharp
script:
- nuget restore garmin-trackers.sln
- msbuild /p:Configuration=Debug garmin-trackers.sln
- cd bin
- zip -r TrackerConsole.zip TrackerConsole
- nuget restore garmin-trackers.sln
- msbuild /p:Configuration=Debug garmin-trackers.sln
- pushd bin
- zip -r TrackerConsole.zip TrackerConsole
- pwd
- ls
- popd
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 0d35488

Please sign in to comment.