forked from dotnet-outdated/dotnet-outdated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
30 lines (30 loc) · 897 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
29
30
version: 2.11.0.{build}
install:
- ps: iwr https://dot.net/v1/dotnet-install.ps1 -outfile dotnet-install.ps1
- ps: .\dotnet-install.ps1 -Version 2.1.300 -InstallDir $env:ProgramFiles/dotnet
- ps: .\dotnet-install.ps1 -Version 3.0.101 -InstallDir $env:ProgramFiles/dotnet
branches:
only:
- master
- appveyor
- /^feature\/.*/
build_script:
- ps: .\build.ps1 -IsOfficialBuild
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
test: off
os: Visual Studio 2017
artifacts:
- path: 'artifacts\*.nupkg'
name: Packages
type: NuGetPackages
deploy:
- provider: NuGet
name: myget
artifact: Packages
server: https://www.myget.org/F/jerriep/api/v2/package
symbol_server: https://www.myget.org/F/jerriep/api/v2/package
api_key:
secure: fD3Ct3DYJC7z1MGJvgvslATD9ZfF44PwTwOIaNWqPUU/hx4vjV6SL2XuFR39AKJn