Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Fix artifacts order
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémie Bertrand authored Dec 13, 2016
1 parent 7168ead commit e21ad2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ artifacts:
- path: src\ScriptCs.ComponentModel.Composition\bin\Release\ScriptCs.ComponentModel.Composition.dll.CodeAnalysisLog.xml
name: ScriptCs.ComponentModel.Composition.dll.CodeAnalysisLog.xml

- path: NugetAssets\ScriptCs.ComponentModel.Composition.*.nupkg
name: ScriptCs.ComponentModel.Composition.nupkg

- path: NugetAssets\ScriptCs.ComponentModel.Composition.*.symbols.nupkg
name: ScriptCs.ComponentModel.Composition.symbols.nupkg

- path: NugetAssets\ScriptCs.ComponentModel.Composition.*.nupkg
name: ScriptCs.ComponentModel.Composition.nupkg

deploy:
- provider: NuGet
api_key:
Expand Down

0 comments on commit e21ad2b

Please sign in to comment.