Skip to content

Commit

Permalink
Further appveyor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
i8beef committed Dec 13, 2020
1 parent 8e0b7d3 commit 0375a37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ before_build:
build:
publish_nuget: true
publish_nuget_symbols: true
use_snupkg_format: true
verbosity: minimal
artifacts:
- path: src\HomeAutio.Mqtt.Core\bin\$(configuration)\netstandard2.0
name: HomeAutio.Mqtt.Core-$(appveyor_build_version)
deploy:
- provider: NuGet
api_key: $(NUGET_API_KEY)
artifact: /.*(\.|\.s)nupkg/
skip_symbols: false
on:
branch: release
- provider: GitHub
Expand Down

0 comments on commit 0375a37

Please sign in to comment.