Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
add package step
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Jones committed Dec 18, 2017
1 parent a77ded6 commit 31165bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ jobs:
- run:
name: build
command: dotnet build ./src
- run:
name: package
command : dotnet pack ./src -o publish -c Release --version-suffix prerelease

0 comments on commit 31165bb

Please sign in to comment.