Skip to content

Commit

Permalink
Packaging
Browse files Browse the repository at this point in the history
Signed-off-by: clemensv <clemensv@microsoft.com>
  • Loading branch information
clemensv committed Nov 28, 2018
1 parent e6bef19 commit 2e88ade
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -25,7 +25,7 @@ before_build:
- cmd: dotnet restore CloudEvents.sln --verbosity m
build_script:
# output will be in ./src/bin/debug/netcoreapp1.1/publish
- cmd: dotnet publish CloudEvents.sln
- cmd: dotnet pack CloudEvents.sln
after_build:
# For once the build has completed
artifacts:
Expand All @@ -45,5 +45,4 @@ deploy:
skip_symbols: false
artifact: /.*\.nupkg/
on:
branch: master
APPVEYOR_REPO_TAG: true

0 comments on commit 2e88ade

Please sign in to comment.