Skip to content

Commit

Permalink
Updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnikolovv committed Jul 29, 2019
1 parent bd2d714 commit 4fe7fa4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@ solution: SolutionSnapshotter.sln

script:
- msbuild SolutionSnapshotter.sln -p:Configuration=Release -p:OutputPath=artifacts
- ls
- cd SolutionSnapshotter
- ls
- cd artifacts
- ls
- cd SolutionSnapshotter/artifacts

deploy:
api_key: $GITHUB_TOKEN
draft: true
file: \SolutionSnapshotter\artifacts\solution-snapshotter.exe
file: SolutionSnapshotter/artifacts/solution-snapshotter.exe
provider: releases
skip_cleanup: true
on:
Expand Down

0 comments on commit 4fe7fa4

Please sign in to comment.