Skip to content

Commit

Permalink
ci.yaml edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
dbones committed Mar 12, 2018
1 parent 14f8fc8 commit 10f7e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
services:
database: couchdb

pipeline:
pipeline:

checkout:
clone_to: $working_dir
Expand All @@ -14,7 +14,6 @@ pipeline:
script:
- cd src/
- dotnet restore --packages packages
- dotnet restore
- msbuild /target:Build /p:Configuration=Release /p:BuildNumber=$build_number

test:
Expand Down

0 comments on commit 10f7e12

Please sign in to comment.