forked from MvvmCross/MvvmCross
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
28 lines (28 loc) · 749 Bytes
/
Copy pathappveyor.yml
File metadata and controls
28 lines (28 loc) · 749 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
# configuration for "master" branch
-
branches:
only:
- master
version: 1.0.{build}
image: Visual Studio 2017
environment:
NUGET_SOURCE: https://www.nuget.org/api/v2/package
NUGET_APIKEY:
secure: I7T89cNuXIoOooGTaZm/nKrJ5JwZpt3F82D6Y7bJoxO5yQ6hpDnz0xQhef/KKr0G
build_script:
- ps: .\build.ps1 -verbosity Diagnostic
test: off
# configuration for "master" branch
-
branches:
only:
- develop
version: 1.0.{build}
image: Visual Studio 2017
environment:
NUGET_SOURCE: https://www.myget.org/F/mvvmcross/api/v2/package
NUGET_APIKEY:
secure: m3uewWCh6Y5jqTZIfwMDfs8GWdbwTZjfiEl13AWY7T3u3bPspGA/lgwe8jdxjBm9
build_script:
- ps: .\build.ps1 -verbosity Diagnostic
test: off