Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SunboX/Prism.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Siegel <me@dansiegel.net>2017-05-20 03:13:52 +0300
committerDan Siegel <me@dansiegel.net>2017-05-20 03:13:52 +0300
commitd22db80b5c71f8e52cafadf16a6feecb2a3a0c53 (patch)
treeb2e2305b6ba659527f918734d6abdbff1ee5b5dc
parent692142e527c718bdb89cd7b8f3a8fa254b7fe387 (diff)
updating artifact paths
-rw-r--r--appveyor.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f81e4c4..184800d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -95,9 +95,8 @@ after_test:
-ps: .\Source\nuspecs\nuget.ps1 -configuration $env:Configuration -solutionPath $env:solution_name
artifacts:
- - path: 'Build\*.nupkg'
- - path: 'Source\Build\*.nupkg'
- - path: 'Source\nuspecs\Packages\*.nupkg'
+ - path: '**\Build\*.nupkg'
+ - path: '**\nuspecs\**\*.nupkg'
deploy:
- provider: NuGet