-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
54 lines (54 loc) · 1.38 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
-
version: '{build}'
branches:
only:
- development
image: macOS
init:
- sh: appveyor UpdateBuild -Version "$(date '+%Y.%m').$APPVEYOR_BUILD_NUMBER"
dotnet_csproj:
patch: true
file: '**\Directory.Build.props'
version: '{version}-pre'
package_version: '{version}-pre'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}-pre'
environment:
CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK: true
build_script:
- sh: ./build.sh
artifacts:
- path: '**\FutureFlag.*.nupkg'
deploy:
- provider: NuGet
skip_symbols: true
api_key:
secure: NwLVBtSB1MOBBVr8+8PbmF94Ia+C4NxfmeF2ltWYpID28E0H++XqSscA7ZAyzc5Q
-
version: '{build}'
branches:
only:
- master
image: macOS
init:
- sh: appveyor UpdateBuild -Version "$(date '+%Y.%m').$APPVEYOR_BUILD_NUMBER"
dotnet_csproj:
patch: true
file: '**\Directory.Build.props'
version: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
environment:
CAKE_SETTINGS_SKIPPACKAGEVERSIONCHECK: true
build_script:
- sh: ./build.sh
artifacts:
- path: '**\FutureFlag.*.nupkg'
deploy:
- provider: NuGet
skip_symbols: true
api_key:
secure: NwLVBtSB1MOBBVr8+8PbmF94Ia+C4NxfmeF2ltWYpID28E0H++XqSscA7ZAyzc5Q