Commit c866b2b3 authored by lemon's avatar lemon Committed by 吴晟 Wu Sheng

Configure deploy provider settings (#7)

parent 6dd4eaad
......@@ -22,4 +22,13 @@ build_script:
- ps: ./build.ps1
test: off
artifacts:
- path: artifacts/packages/*.nupkg
\ No newline at end of file
- path: artifacts/packages/*.nupkg
deploy:
- provider: NuGet
server: https://www.myget.org/F/skywalking/api/v2/package
api_key:
secure: y93uJrdiEYaeVTFxeCduQSlCussOUF4UztOyhkxyZxFnIco73J/K2rdA2QShoEuh
skip_symbols: true
artifact: /artifacts\/packages\/.+\.nupkg/
on:
branch: master
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment