Skip to content

Commit fcd9114

Browse files
committed
Merge branch 'master' of github.com:StephenMP/SLOBSharp into release
2 parents f032a68 + 9c161cb commit fcd9114

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

appveyor.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ after_test:
1717
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
1818
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
1919
bash codecov.sh -f "./SLOBSharp.Tests/coverage.opencover.xml"
20+
artifacts:
21+
- path: '**\*.nupkg'
22+
name: nugetpackage
2023
deploy:
2124
- provider: NuGet
2225
on:
2326
branch: release
2427
api_key:
2528
secure: JS3CmQkbAvpyup3YC1n2vaA2+np8AHQjRglf7A/oV9kyRuUCWYRnEvhhqYLPCH8v
26-
skip_symbols: false
27-
symbol_server:
28-
artifact: /.*\.nupkg/
29+
skip_symbols: true
30+
artifact: nugetpackage

0 commit comments

Comments
 (0)