-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cinteros.XTB.BulkDataUpdater.yml
46 lines (43 loc) · 1.4 KB
/
Cinteros.XTB.BulkDataUpdater.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
version: 1.0.{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 Cinteros.XTB.BulkDataUpdater.nuspec -Version %APPVEYOR_BUILD_VERSION%
7z a Cinteros.XTB.BulkDataUpdater_%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Cinteros.XTB.BulkDataUpdater\bin\%CONFIGURATION%\Cinteros.XTB.BulkDataUpdater.dll
7z a Cinteros.XTB.BulkDataUpdater_%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\Cinteros.XTB.BulkDataUpdater\bin\%CONFIGURATION%\Cinteros.Xrm.XmlEditorUtils.dll
appveyor PushArtifact Cinteros.XTB.BulkDataUpdater_%APPVEYOR_BUILD_VERSION%.zip
artifacts:
- path: '**\Cinteros.XrmToolBox.BulkDataUpdater.*.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/