Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit 8ce59ea

Browse files
committed
fix github package deploy
1 parent df3b9f5 commit 8ce59ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ artifacts:
231231
type: zip
232232
- path: 'src\bin\Release\ProjectCeleste.Misc.Container.*.*nupkg'
233233
name: NuGet_Package
234-
- path: 'src\bin\Release\ProjectCeleste.Misc.Container.*.nupkg'
235-
name: GitHub_Package
236234

237235
#---------------------------------#
238236
# deployment configuration #
@@ -271,7 +269,9 @@ deploy:
271269
server: https://nuget.pkg.github.com/ProjectCeleste/index.json
272270
api_key: '$(access_token)'
273271
username: '$(github_user)'
274-
artifact: GitHub_Package
272+
skip_symbols: true
273+
symbol_server: # remove to push symbols to SymbolSource.org
274+
artifact: /.nupkg/
275275
on:
276276
Celeste_IsDeploy: true
277277

0 commit comments

Comments
 (0)