You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
498 B
19 lines
498 B
version: '{build}'
|
|
image: Visual Studio 2017
|
|
|
|
build_script:
|
|
- cmd: eng\common\cibuild.cmd -configuration Release -prepareMachine -integrationTest
|
|
|
|
test: off
|
|
|
|
artifacts:
|
|
- path: artifacts\packages\Release\Shipping\*.nupkg
|
|
name: NuGet
|
|
|
|
deploy:
|
|
- provider: NuGet
|
|
server: https://www.myget.org/F/openiddict/api/v2/package
|
|
api_key:
|
|
secure: 0ZVg9vnH4PzTu0CXjTZyDmvvzPMt1R8Yl1ObxleO8dAMk6M1AqmU3YmoaQkc2VNi
|
|
skip_symbols: false
|
|
symbol_server: https://www.myget.org/F/openiddict/api/v2/package
|