Skip to content

Commit

Permalink
🔧 Fixing Source link build process. (#36)
Browse files Browse the repository at this point in the history
* 🔬 Source Link added.

* 🔧 Fixing Source link build process.
  • Loading branch information
PureKrome authored Jul 8, 2019
1 parent 632f8da commit 14274e1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,24 +39,27 @@ test_script:

artifacts:
- path: '**\*.nupkg'
name: nuget-packages
type: NuGetPackage
- path: '**\*.snupkg'
name: nuget-symbols
type: NuGetPackage

deploy:

# NOTE: MyGet doesn't support snupkg's so we have to manually specify the nuget to send
- provider: NuGet
server: https://www.myget.org/F/pk-development/api/v2/package
api_key:
secure: 36bcjhroAjclbHs7e7oh6Hsv4lokADI6xaQcCYZmux2Sdu/IIoktFc9ORK3DTdKo
skip_symbols: true
artifact: /.*\.nupkg/
artifact: nuget-packages
on:
appveyor_repo_tag: false
- provider: NuGet
api_key:
secure: jfcUvHZhgnUboplqTBDWr8mG5PIlrgBv5TA2fhhop4ZSiDxskyy+RtYyeHoduJFR
skip_symbols: true
artifact: /.*\.nupkg/
on:
branch: master
appveyor_repo_tag: true

cache:
- packages -> **\packages.config

0 comments on commit 14274e1

Please sign in to comment.