-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
28 lines (22 loc) · 727 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
nuget:
account_feed: true
init:
- git config --global core.autocrlf true
install:
- ps: "&{$Branch='dev';iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
- ps: dnvm update-self
- ps: dnvm upgrade
- ps: dnvm install 1.0.0-rc1-update1
- ps: dnvm list
- ps: dnvm use 1.0.0-rc1-update1
before_build:
- ps: dnu restore
after_build:
- ps: Get-ChildItem .\*.nupkg | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
artifacts:
- path: '**\Microsoft.AspNetCore.Authentication.ActiveDirectory*.nupkg'
deploy:
provider: NuGet
api_key:
secure: 3Riwgut3XJ2XobdaMb7/phU0SNVj/SwDfkY6F0TSqXsnpcdIzZc+s+yK/XjHu+8L
skip_symbols: false