Skip to content

Commit ae86348

Browse files
authored
Deploy nuget packages (#170)
* 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
1 parent 81abdd7 commit ae86348

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

appveyor.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,28 @@ before_build:
1212
- cmd: nuget restore
1313
build:
1414
verbosity: minimal
15+
16+
before_package:
17+
- 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 }
18+
- 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 }
19+
- 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 }
20+
21+
deploy:
22+
provider: NuGet
23+
api_key: $(API_KEY)
24+
skip_symbols: false
25+
artifact: /.*\.nupkg/
26+
on:
27+
appveyor_repo_tag: true
28+
29+
artifacts:
30+
- path: '**\artifacts\*.nupkg'
31+
name: packages
32+
1533
notifications:
16-
- provider: Email
17-
to:
18-
- bilal.m.fazlani@gmail.com
19-
on_build_success: false
20-
on_build_failure: true
21-
on_build_status_changed: false
34+
- provider: Email
35+
to:
36+
- bilal.m.fazlani@gmail.com
37+
on_build_success: false
38+
on_build_failure: true
39+
on_build_status_changed: false

0 commit comments

Comments
 (0)