forked from aspnet-contrib/AspNet.Security.OAuth.Providers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
28 lines (22 loc) · 827 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: 3.1.0.{build}
build_script:
- eng\common\CIBuild.cmd -configuration Release -prepareMachine
artifacts:
- path: artifacts\packages\Release\Shipping\*.nupkg
name: Packages
- path: artifacts\TestResults\**\*
name: 'Test Results'
nuget:
disable_publish_on_pr: true
skip_tags: false
test: off
after_build:
- ps: $wc = New-Object 'System.Net.WebClient'
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\artifacts\TestResults\Release\AspNet.Security.OAuth.Providers.Tests_netcoreapp3.0_x64.xml))
deploy:
- provider: NuGet
server: https://www.myget.org/F/aspnet-contrib/
api_key:
secure: 0D9BDh7mkEuJ7sQTkI+L7KhntokQjMRw7UjucOl67mWKIeg2m249Vvc1bbyqDDrj
skip_symbols: false
symbol_server: https://www.myget.org/F/aspnet-contrib/