Skip to content

Commit

Permalink
More appveyor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ermshiperete committed Jul 8, 2022
1 parent 3abd7b1 commit b5fd815
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@ build:
publish_nuget: true
publish_nuget_symbols: true
use_snupkg_format: true
verbosity: normal
verbosity: detailed
after_build:
- cmd: |
dotnet pack
artifacts:
- path: 'output/Release/*nupkg'
name: nuget
deploy:
- provider: Environment
name: sil-lsdev nuget
notifications:
- provider: GitHubPullRequest
on_build_success: false
on_build_failure: false
on_build_status_changed: false

0 comments on commit b5fd815

Please sign in to comment.