-
Notifications
You must be signed in to change notification settings - Fork 0
/
Innofactor.XTB.DateTimeBehaviorUtility.yml
44 lines (42 loc) · 1.28 KB
/
Innofactor.XTB.DateTimeBehaviorUtility.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
version: '{build}'
branches:
only:
- noautobuilds
skip_tags: true
os: Visual Studio 2015
configuration: Release
init:
- ps: Update-AppveyorBuild -Version "1.$(Get-Date -format yyyy.M).$env:appveyor_build_number"
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore
build:
publish_nuget: true
verbosity: normal
after_build:
- cmd: >-
nuget pack Innofactor.XTB.DateTimeBehaviorUtility.nuspec -Version %APPVEYOR_BUILD_VERSION%
7z a Innofactor.XTB.DateTimeBehaviorUtility_%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Innofactor.XTB.DateTimeBehaviorUtility\bin\%CONFIGURATION%\Innofactor.XTB.DateTimeBehaviorUtility.dll
appveyor PushArtifact Innofactor.XTB.DateTimeBehaviorUtility_%APPVEYOR_BUILD_VERSION%.zip
artifacts:
- path: '**\Innofactor.XTB.DateTimeBehaviorUtility.*.nupkg'
deploy:
- provider: Environment
name: GitHubCintXTB
- provider: FTP
host: rappen.net
protocol: ftp
username: Jonas
password:
secure: tlAywufGDNedgIwqqBUmsA==
folder: rappen/Cinteros
- provider: NuGet
api_key:
secure: e85PnghtumEbD21fvXX7r3CO36xJeFS3kwrPx25rlpa57M5ztBvFjlKAbP85icZA
skip_symbols: true
artifact: /.*\.nupkg/