Skip to content

Commit

Permalink
Deploy nuget packages (#170)
Browse files Browse the repository at this point in the history
* Update appveyor.yml

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deokit

* test deploy

* deploy

* test deploy

* test deploy

* teste deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* test dpeloy

* test deploy

* test deploy

* test deploy

* test deploy

* test deploy

* deploy nuget packages

* remove beta
  • Loading branch information
pablotdv authored Feb 16, 2020
1 parent 81abdd7 commit ae86348
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,28 @@ before_build:
- cmd: nuget restore
build:
verbosity: minimal

before_package:
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { nuget pack .\TrackerEnabledDbContext\TrackerEnabledDbContext.csproj -OutputDirectory $env:APPVEYOR_BUILD_FOLDER\artifacts -Version $env:APPVEYOR_REPO_TAG_NAME }
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { nuget pack .\TrackerEnabledDbContext.Common\TrackerEnabledDbContext.Common.csproj -OutputDirectory $env:APPVEYOR_BUILD_FOLDER\artifacts -Version $env:APPVEYOR_REPO_TAG_NAME }
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { nuget pack .\TrackerEnabledDbContext.Identity\TrackerEnabledDbContext.Identity.csproj -OutputDirectory $env:APPVEYOR_BUILD_FOLDER\artifacts -Version $env:APPVEYOR_REPO_TAG_NAME }

deploy:
provider: NuGet
api_key: $(API_KEY)
skip_symbols: false
artifact: /.*\.nupkg/
on:
appveyor_repo_tag: true

artifacts:
- path: '**\artifacts\*.nupkg'
name: packages

notifications:
- provider: Email
to:
- [email protected]
on_build_success: false
on_build_failure: true
on_build_status_changed: false
- provider: Email
to:
- [email protected]
on_build_success: false
on_build_failure: true
on_build_status_changed: false

0 comments on commit ae86348

Please sign in to comment.