Skip to content

Commit 14274e1

Browse files
authored
🔧 Fixing Source link build process. (#36)
* 🔬 Source Link added. * 🔧 Fixing Source link build process.
1 parent 632f8da commit 14274e1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

appveyor.yml

+8-5
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,27 @@ test_script:
3939

4040
artifacts:
4141
- path: '**\*.nupkg'
42+
name: nuget-packages
43+
type: NuGetPackage
44+
- path: '**\*.snupkg'
45+
name: nuget-symbols
46+
type: NuGetPackage
4247

4348
deploy:
49+
50+
# NOTE: MyGet doesn't support snupkg's so we have to manually specify the nuget to send
4451
- provider: NuGet
4552
server: https://www.myget.org/F/pk-development/api/v2/package
4653
api_key:
4754
secure: 36bcjhroAjclbHs7e7oh6Hsv4lokADI6xaQcCYZmux2Sdu/IIoktFc9ORK3DTdKo
4855
skip_symbols: true
49-
artifact: /.*\.nupkg/
56+
artifact: nuget-packages
5057
on:
5158
appveyor_repo_tag: false
5259
- provider: NuGet
5360
api_key:
5461
secure: jfcUvHZhgnUboplqTBDWr8mG5PIlrgBv5TA2fhhop4ZSiDxskyy+RtYyeHoduJFR
5562
skip_symbols: true
56-
artifact: /.*\.nupkg/
5763
on:
5864
branch: master
5965
appveyor_repo_tag: true
60-
61-
cache:
62-
- packages -> **\packages.config

0 commit comments

Comments
 (0)