forked from NerdCats/LinqToQuerystring
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
34 lines (28 loc) · 808 Bytes
/
appveyor.yml
File metadata and controls
34 lines (28 loc) · 808 Bytes
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
31
32
33
34
image: Visual Studio 2017
init:
- git config --global core.autocrlf true
install:
- ps: $env:BuildNumber= $env:APPVEYOR_BUILD_NUMBER
- ps: $env:DOTNET_SKIP_FIRST_TIME_EXPERIENCE = true
- ps: $env:NUGET_XMLDOC_MODE = "skip"
- ps: $env:DOTNET_CLI_TELEMETRY_OPTOUT = 1
- ps: $env:CAKE_SETTINGS_SKIPVERIFICATION = true
build_script:
- ps: .\build.ps1 -Target "Appveyor-Build"
test_script:
- ps: .\build.ps1 -Target "Appveyor-Test"
artifacts:
- path: 'src\**\*.nupkg'
deploy:
- provider: NuGet
on:
branch: master
server: https://www.nuget.org/api/v2/package
api_key:
secure: oS4aLseE6z0x3V+CYlrHIxutMLiMMt7msq6YmRHn8qK4WMhlduc8n1J98QvbESbU
skip_symbols: true
artifact: /.*\.nupkg/
# Build cache
cache:
- tools -> build.cake
- packages -> build.cake