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:
-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